Blender  V3.3
Classes | Namespaces | Enumerations | Functions
Interface1D.h File Reference

Interface 1D and related tools definitions. More...

#include <float.h>
#include <iostream>
#include <string>
#include "Functions0D.h"
#include "../system/Id.h"
#include "../system/Precision.h"
#include "../winged_edge/Nature.h"

Go to the source code of this file.

Classes

class  Freestyle::Interface1D
 

Namespaces

 Freestyle
 inherits from class Rep
 

Enumerations

enum  Freestyle::IntegrationType {
  Freestyle::MEAN , Freestyle::MIN , Freestyle::MAX , Freestyle::FIRST ,
  Freestyle::LAST
}
 

Functions

template<class T >
T Freestyle::integrate (UnaryFunction0D< T > &fun, Interface0DIterator it, Interface0DIterator it_end, IntegrationType integration_type=MEAN)
 

Detailed Description

Interface 1D and related tools definitions.

Definition in file Interface1D.h.