316#ifndef vtkFiberSurface_h
317#define vtkFiberSurface_h
319#include "vtkFiltersTopologyModule.h"
394 const char* Fields[2];
Given a fiber surface control polygon (FSCP) and an unstructured grid composed of tetrahedral cells w...
void SetField2(const char *fieldName)
Specify the second field name to be used in the filter.
void SetField1(const char *fieldName)
Specify the first field name to be used in this filter.
ClipVertexType
After generating the base fiber surface in each cell, we need a further clipping process to obtain th...
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.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkFiberSurface * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.