VTK-m  2.0
Classes | Namespaces
ImplicitFunction.h File Reference
#include <vtkm/Bounds.h>
#include <vtkm/Math.h>
#include <vtkm/VectorAnalysis.h>
#include <vtkm/exec/Variant.h>
#include <vtkm/cont/ExecutionAndControlObjectBase.h>

Go to the source code of this file.

Classes

class  vtkm::ImplicitFunctionValueFunctor< FunctionType >
 A helpful functor that calls the value method of a given ImplicitFunction. More...
 
class  vtkm::ImplicitFunctionGradientFunctor< FunctionType >
 A helpful functor that calls the gradient method of a given ImplicitFunction. More...
 
class  vtkm::Box
 Implicit function for a box. More...
 
class  vtkm::Cylinder
 Implicit function for a cylinder. More...
 
class  vtkm::Frustum
 Implicit function for a frustum. More...
 
class  vtkm::Plane
 Represent a plane with a base point (origin) and normal vector. More...
 
class  vtkm::Sphere
 Represent a sphere of the given Dimension. More...
 
class  vtkm::ImplicitFunctionMultiplexer< ImplicitFunctionTypes >
 Implicit function that can switch among different types. More...
 
class  vtkm::ImplicitFunctionGeneral
 Implicit function that can switch among known implicit function types. More...
 

Namespaces

 vtkm
 Groups connected points that have the same field value.