307 #ifndef vtkFiberSurface_h
308 #define vtkFiberSurface_h
310 #include "vtkFiltersTopologyModule.h"
313 VTK_ABI_NAMESPACE_BEGIN
324 void SetField1(
const char* fieldName);
329 void SetField2(
const char* fieldName);
386 const char* Fields[2];
392 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
ClipVertexType
After generating the base fiber surface in each cell, we need a further clipping process to obtain th...
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Given a fiber surface control polygon (FSCP) and an unstructured grid composed of tetrahedral cells w...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
BaseVertexType
This structure lists the vertices to use for the marching tetrahedra, Some of these vertices need to ...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.