TTK
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
ttkFiberSurface Class Reference

TTK VTK-filter that computes fiber surfaces. More...

#include <ttkFiberSurface.h>

Inheritance diagram for ttkFiberSurface:
ttkAlgorithm ttk::FiberSurface ttk::Debug ttk::Debug ttk::BaseClass ttk::BaseClass

Public Types

typedef ttkAlgorithm Superclass
 
- Public Types inherited from ttkAlgorithm
typedef vtkAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
virtual bool GetRangeCoordinates ()
 
virtual void SetRangeCoordinates (bool)
 
virtual bool GetEdgeParameterization ()
 
virtual void SetEdgeParameterization (bool)
 
virtual bool GetEdgeIds ()
 
virtual void SetEdgeIds (bool)
 
virtual bool GetTetIds ()
 
virtual void SetTetIds (bool)
 
virtual bool GetCaseIds ()
 
virtual void SetCaseIds (bool)
 
virtual bool GetPointMerge ()
 
virtual void SetPointMerge (bool)
 
virtual bool GetRangeOctree ()
 
virtual void SetRangeOctree (bool)
 
virtual double GetPointMergeDistanceThreshold ()
 
virtual void SetPointMergeDistanceThreshold (double)
 
- Public Member Functions inherited from ttkAlgorithm
virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void UpdateThreadNumber ()
 
void SetThreadNumber (int threadNumber)
 
void SetUseAllCores (bool useAllCores)
 
void SetDebugLevel (int debugLevel)
 
void SetCompactTriangulationCacheSize (float cacheSize)
 
vtkDataArray * GetOptionalArray (const bool &enforceArrayIndex, const int &arrayIndex, const std::string &arrayName, vtkDataSet *const inputData, const int &inputPort=0)
 
vtkDataArray * GetOrderArray (vtkDataSet *const inputData, const int scalarArrayIdx, const int orderArrayIdx=0, const bool enforceOrderArrayIdx=false)
 
ttk::SimplexIdGetIdentifierArrayPtr (const bool &enforceArrayIndex, const int &arrayIndex, const std::string &arrayName, vtkDataSet *const inputData, std::vector< ttk::SimplexId > &spareStorage, const int inputPort=0, const bool printErr=true)
 
ttk::TriangulationGetTriangulation (vtkDataSet *dataSet)
 
int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVectors, vtkInformationVector *outputVector) override
 
vtkDataSet * GetOutput ()
 
vtkDataSet * GetOutput (int)
 
void SetInputData (vtkDataSet *)
 
void SetInputData (int, vtkDataSet *)
 
void AddInputData (vtkDataSet *)
 
void AddInputData (int, vtkDataSet *)
 
template<typename inputType >
int checkEmptyMPIInput (inputType *input)
 This method tests whether the input is a nullptr. If the computation is being done on multiple processes, it is possible that the domain of one process or more is empty, but not others, therefore in that particular case the rest of the filter will not be computed but an error message will not be sent.
 
- Public Member Functions inherited from ttk::Debug
 Debug ()
 
 ~Debug () override
 
virtual int setDebugLevel (const int &debugLevel)
 
int setWrapper (const Wrapper *wrapper) override
 
int printMsg (const std::string &msg, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::string > &msgs, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printErr (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printWrn (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const double &memory, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const double &progress, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::vector< std::vector< std::string > > &rows, const debug::Priority &priority=debug::Priority::INFO, const bool hasHeader=true, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
int printMsg (const debug::Separator &separator, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsg (const std::string &msg, const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const
 
void setDebugMsgPrefix (const std::string &prefix)
 
- Public Member Functions inherited from ttk::BaseClass
 BaseClass ()
 
virtual ~BaseClass ()=default
 
int getThreadNumber () const
 
virtual int setThreadNumber (const int threadNumber)
 
virtual int setWrapper (const Wrapper *wrapper)
 

Static Public Member Functions

static ttkFiberSurfaceNew ()
 
static int IsTypeOf (const char *type)
 
static ttkFiberSurfaceSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from ttkAlgorithm
static ttkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static ttkAlgorithmSafeDownCast (vtkObject *o)
 
static std::string GetOrderArrayName (vtkDataArray *const array)
 
static vtkInformationIntegerKey * SAME_DATA_TYPE_AS_INPUT_PORT ()
 

Protected Member Functions

 ttkFiberSurface ()
 
int FillInputPortInformation (int port, vtkInformation *info) override
 
int FillOutputPortInformation (int port, vtkInformation *info) override
 
int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
 
template<typename VTK_T1 , typename VTK_T2 >
int dispatch (ttk::Triangulation *const triangulation)
 
- Protected Member Functions inherited from ttkAlgorithm
 ttkAlgorithm ()
 
 ~ttkAlgorithm () override
 
void MPIGhostPipelinePreconditioning (vtkDataSet *input)
 
void MPIPipelinePreconditioning (vtkDataSet *input, std::vector< int > &neighbors, ttk::Triangulation *triangulation=nullptr)
 
bool checkGlobalIdValidity (ttk::LongSimplexId *globalIds, ttk::SimplexId simplexNumber, unsigned char *ghost, int *rankArray)
 
int GenerateGlobalIds (vtkDataSet *input, std::unordered_map< ttk::SimplexId, ttk::SimplexId > &vertGtoL, std::vector< int > &neighborRanks)
 
void MPITriangulationPreconditioning (ttk::Triangulation *triangulation, vtkDataSet *input)
 
virtual int RequestDataObject (vtkInformation *request, vtkInformationVector **inputVectors, vtkInformationVector *outputVector)
 
virtual int RequestInformation (vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
 
virtual int RequestUpdateTime (vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
 
virtual int RequestUpdateTimeDependentInformation (vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
 
virtual int RequestUpdateExtent (vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
 
virtual int RequestDataNotGenerated (vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
 
virtual int RequestData (vtkInformation *ttkNotUsed(request), vtkInformationVector **ttkNotUsed(inputVectors), vtkInformationVector *ttkNotUsed(outputVector))
 
int FillInputPortInformation (int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override
 
int FillOutputPortInformation (int ttkNotUsed(port), vtkInformation *ttkNotUsed(info)) override
 
- Protected Member Functions inherited from ttk::Debug
int printMsgInternal (const std::string &msg, const std::string &right, const std::string &filler, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const
 
int printMsgInternal (const std::string &msg, const debug::Priority &priority, const debug::LineMode &lineMode, std::ostream &stream=std::cout) const
 
int welcomeMsg (std::ostream &stream)
 
- Protected Member Functions inherited from ttk::FiberSurface
template<class dataTypeU , class dataTypeV , typename triangulationType >
int computeBaseTriangle (const SimplexId &tetId, const SimplexId &localEdgeId0, const double &t0, const double &u0, const double &v0, const SimplexId &localEdgeId1, const double &t1, const double &u1, const double &v1, const SimplexId &localEdgeId2, const double &t2, const double &u2, const double &v2, std::array< std::array< double, 3 >, 3 > &basePoints, std::array< std::pair< double, double >, 3 > &basePointProjections, std::array< double, 3 > &basePointParameterization, std::array< std::pair< SimplexId, SimplexId >, 3 > &baseEdges, const triangulationType *const triangulation) const
 
template<class dataTypeU , class dataTYpeV , typename triangulationType >
int computeCase0 (const SimplexId &polygonEdgeId, const SimplexId &tetId, const SimplexId &localEdgeId0, const double &t0, const double &u0, const double &v0, const SimplexId &localEdgeId1, const double &t1, const double &u1, const double &v1, const SimplexId &localEdgeId2, const double &t2, const double &u2, const double &v2, const triangulationType *const triangulation) const
 
template<class dataTypeU , class dataTYpeV , typename triangulationType >
int computeCase1 (const SimplexId &polygonEdgeId, const SimplexId &tetId, const SimplexId &localEdgeId0, const double &t0, const double &u0, const double &v0, const SimplexId &localEdgeId1, const double &t1, const double &u1, const double &v1, const SimplexId &localEdgeId2, const double &t2, const double &u2, const double &v2, const triangulationType *const triangulation) const
 
template<class dataTypeU , class dataTYpeV , typename triangulationType >
int computeCase2 (const SimplexId &polygonEdgeId, const SimplexId &tetId, const SimplexId &localEdgeId0, const double &t0, const double &u0, const double &v0, const SimplexId &localEdgeId1, const double &t1, const double &u1, const double &v1, const SimplexId &localEdgeId2, const double &t2, const double &u2, const double &v2, const triangulationType *const triangulation) const
 
template<class dataTypeU , class dataTYpeV , typename triangulationType >
int computeCase3 (const SimplexId &polygonEdgeId, const SimplexId &tetId, const SimplexId &localEdgeId0, const double &t0, const double &u0, const double &v0, const SimplexId &localEdgeId1, const double &t1, const double &u1, const double &v1, const SimplexId &localEdgeId2, const double &t2, const double &u2, const double &v2, const triangulationType *const triangulation) const
 
template<class dataTypeU , class dataTYpeV , typename triangulationType >
int computeCase4 (const SimplexId &polygonEdgeId, const SimplexId &tetId, const SimplexId &localEdgeId0, const double &t0, const double &u0, const double &v0, const SimplexId &localEdgeId1, const double &t1, const double &u1, const double &v1, const SimplexId &localEdgeId2, const double &t2, const double &u2, const double &v2, const triangulationType *const triangulation) const
 
int computeTriangleFiber (const SimplexId &tetId, const SimplexId &triangleId, const std::pair< double, double > &intersection, const std::vector< std::vector< IntersectionTriangle > > &tetIntersections, std::array< double, 3 > &pA, std::array< double, 3 > &pB, SimplexId &pivotVertexId, bool &edgeFiber) const
 
int computeTriangleIntersection (const SimplexId &tetId, const SimplexId &triangleId0, const SimplexId &triangleId1, const SimplexId &polygonEdgeId0, const SimplexId &polygonEdgeId1, const std::pair< double, double > &intersection, SimplexId &newVertexNumber, SimplexId &newTriangleNumber, std::vector< std::vector< IntersectionTriangle > > &tetIntersections, std::vector< std::vector< Vertex > > &tetNewVertices) const
 
int computeTriangleIntersection (const SimplexId &tetId, const SimplexId &triangleId, const SimplexId &polygonEdgeId, const std::pair< double, double > &intersection, const std::array< double, 3 > &pA, const std::array< double, 3 > &pB, const SimplexId &pivotVertexId, SimplexId &newVertexNumber, SimplexId &newTriangleNumber, std::vector< std::vector< IntersectionTriangle > > &tetIntersections, std::vector< std::vector< Vertex > > &tetNewVertices) const
 
int createNewIntersectionTriangle (const SimplexId &tetId, const SimplexId &triangleId, const SimplexId &vertexId0, const SimplexId &vertexId1, const SimplexId &vertexId2, const std::vector< std::vector< Vertex > > &tetNewVertices, SimplexId &newTriangleNumber, std::vector< std::vector< IntersectionTriangle > > &tetIntersections, const std::pair< double, double > *intersection=nullptr) const
 
int flipEdges () const
 
int flipEdges (std::vector< std::pair< SimplexId, SimplexId > > &triangles) const
 
int getNumberOfCommonVertices (const SimplexId &tetId, const SimplexId &triangleId0, const SimplexId &triangleId1, const std::vector< std::vector< IntersectionTriangle > > &tetIntersections) const
 
int getTriangleRangeExtremities (const SimplexId &tetId, const SimplexId &triangleId, const std::vector< std::vector< IntersectionTriangle > > &tetIntersections, std::pair< double, double > &extremity0, std::pair< double, double > &extremity1) const
 
bool hasDuplicatedVertices (const double *p0, const double *p1, const double *p2) const
 
int interpolateBasePoints (const std::array< double, 3 > &p0, const std::pair< double, double > &uv0, const double &t0, const std::array< double, 3 > &p1, const std::pair< double, double > &uv1, const double &t1, const double &t, Vertex &v) const
 
bool isEdgeAngleCollapsible (const SimplexId &source, const SimplexId &destination, const SimplexId &pivotVertexId, const std::vector< std::pair< SimplexId, SimplexId > > &starNeighbors) const
 
bool isEdgeFlippable (const SimplexId &edgeVertexId0, const SimplexId &edgeVertexId1, const SimplexId &otherVertexId0, const SimplexId &otherVertexId1) const
 
bool isIntersectionTriangleColinear (const SimplexId &tetId, const SimplexId &triangleId, const std::vector< std::vector< IntersectionTriangle > > &tetIntersections, const std::vector< std::vector< Vertex > > &tetNewVertices, const SimplexId &vertexId0, const SimplexId &vertexId1, const SimplexId &vertexId2) const
 
int mergeEdges (const double &distanceThreshold) const
 
int mergeVertices (const double &distanceThreshold) const
 
template<class dataTypeU , class dataTypeV >
int remeshIntersections () const
 
int snapToBasePoint (const std::vector< std::vector< double > > &basePoints, const std::vector< std::pair< double, double > > &uv, const std::vector< double > &t, Vertex &v) const
 
int snapVertexBarycentrics () const
 
int snapVertexBarycentrics (const SimplexId &tetId, const std::vector< std::pair< SimplexId, SimplexId > > &triangles) const
 
 FiberSurface ()
 
template<class dataTypeU , class dataTypeV , typename triangulationType >
int computeContour (const std::pair< double, double > &rangePoint0, const std::pair< double, double > &rangePoint1, const std::vector< SimplexId > &seedTetList, const triangulationType *const triangulation, const SimplexId &polygonEdgeId=0) const
 
template<class dataTypeU , class dataTypeV >
int computeContour (const std::vector< std::pair< std::pair< double, double >, std::pair< double, double > > > &edgeList, const std::vector< SimplexId > &seedTetList, const std::vector< SimplexId > *edgeIdList=nullptr) const
 
template<class dataTypeU , class dataTypeV , typename triangulationType >
int computeSurface (const std::pair< double, double > &rangePoint0, const std::pair< double, double > &rangePoint1, const triangulationType *const triangulation, const SimplexId &polygonEdgeId=0) const
 
template<class dataTypeU , class dataTypeV , typename triangulationType >
int computeSurface (const triangulationType *const triangulation)
 
template<class dataTypeU , class dataTypeV >
int finalize (const bool &mergeDuplicatedVertices=false, const bool &removeSmallEdges=false, const bool &edgeFlips=false, const bool &intersectionRemesh=false)
 
template<class dataTypeU , class dataTypeV , typename triangulationType >
int processTetrahedron (const SimplexId &tetId, const std::pair< double, double > &rangePoint0, const std::pair< double, double > &rangePoint1, const triangulationType *const triangulation, const SimplexId &polygonEdgeId=0) const
 
int setGlobalVertexList (std::vector< Vertex > *globalList)
 
int setInputField (const void *uField, const void *vField)
 
int setPointMerging (const bool &onOff)
 
int setPointMergingThreshold (const double &threshold)
 
int setPointNumber (const SimplexId &number)
 
int setPointSet (const float *pointSet)
 
int setPolygon (const std::vector< std::pair< std::pair< double, double >, std::pair< double, double > > > *polygon)
 
int setPolygonEdgeNumber (const SimplexId &polygonEdgeNumber)
 
int setTetList (const SimplexId *tetList)
 
int setTetNeighbors (const std::vector< std::vector< SimplexId > > *tetNeighbors)
 
int setTetNumber (const SimplexId &tetNumber)
 
int setTriangleList (const SimplexId &polygonEdgeId, std::vector< Triangle > *triangleList)
 
void preconditionTriangulation (AbstractTriangulation *triangulation)
 
int setVertexList (const SimplexId &polygonEdgeId, std::vector< Vertex > *vertexList)
 

Additional Inherited Members

- Protected Attributes inherited from ttkAlgorithm
float CompactTriangulationCacheSize {0.2f}
 
- Protected Attributes inherited from ttk::Debug
int debugLevel_
 
std::string debugMsgPrefix_
 
std::string debugMsgNamePrefix_
 
- Protected Attributes inherited from ttk::BaseClass
bool lastObject_
 
int threadNumber_
 
Wrapperwrapper_
 
- Protected Attributes inherited from ttk::FiberSurface
bool pointSnapping_ {false}
 
SimplexId pointNumber_ {}
 
SimplexId tetNumber_ {}
 
SimplexId polygonEdgeNumber_ {}
 
const void * uField_ {}
 
const void * vField_ {}
 
const float * pointSet_ {}
 
const SimplexIdtetList_ {}
 
const std::vector< std::vector< SimplexId > > * tetNeighbors_ {}
 
std::array< SimplexId, 12 > edgeImplicitEncoding_
 
double edgeCollapseThreshold_ {Geometry::powIntTen(-FLT_DIG + 2)}
 
double pointSnappingThreshold_ {Geometry::powIntTen(-FLT_DIG + 1)}
 
const std::vector< std::pair< std::pair< double, double >, std::pair< double, double > > > * polygon_ {}
 
std::vector< Vertex > * globalVertexList_ {}
 
std::vector< std::vector< Vertex > * > polygonEdgeVertexLists_ {}
 
std::vector< std::vector< Triangle > * > polygonEdgeTriangleLists_ {}
 
- Static Protected Attributes inherited from ttk::Debug
static COMMON_EXPORTS debug::LineMode lastLineMode = ttk::debug::LineMode::NEW
 

Detailed Description

TTK VTK-filter that computes fiber surfaces.

Author
Julien Tierny julie.nosp@m.n.ti.nosp@m.erny@.nosp@m.lip6.nosp@m..fr
Date
October 2015.

Fiber surfaces are defined as the pre-images of curves drawn in the range of bivariate volumetric functions, typically on top of the continuous scatterplot. Fiber surfaces generalize the segmentation features of isosurfaces to bivariate data. This filter implements an exact, parallel and fast algorithm for fiber surface computation on (explicit or implicit) tetrahedral meshes.

The input bivariate data must be provided as two independent scalar fields attached as point data to the input geometry. The input range polygon must be provided as a vtkUnstructuredGrid with the actual 2D locations of the vertices also provided as two independent scalar fields attached as point data to the geometry. See vtkRangePolygon to create such an input polygon from sparse user inputs.

Parameters
Input0Input bivariate volumetric data, either regular grid or triangulation (vtkDataSet)
Input1Input range polygon (vtkUnstructuredGrid)
OutputOutput fiber surface (vtkPolyData)

This filter can be used as any other VTK filter (for instance, by using the sequence of calls SetInputData(), Update(), GetOutput()).

See the related ParaView example state files for usage examples within a VTK pipeline.

Related publication
"Fast and Exact Fiber Surface Extraction for Tetrahedral Meshes"
Pavol Klacansky, Julien Tierny, Hamish Carr, Zhao Geng
IEEE Transactions on Visualization and Computer Graphics, 2016.

See also
ttk::FiberSurface
vtkRangePolygon

Online examples:

Definition at line 54 of file ttkFiberSurface.h.

Member Typedef Documentation

◆ Superclass

Definition at line 59 of file ttkFiberSurface.h.

Constructor & Destructor Documentation

◆ ttkFiberSurface()

ttkFiberSurface::ttkFiberSurface ( )
protected

Definition at line 17 of file ttkFiberSurface.cpp.

Member Function Documentation

◆ dispatch()

template<typename VTK_T1 , typename VTK_T2 >
int ttkFiberSurface::dispatch ( ttk::Triangulation *const  triangulation)
protected

Definition at line 42 of file ttkFiberSurface.cpp.

◆ FillInputPortInformation()

int ttkFiberSurface::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
overrideprotected

Definition at line 22 of file ttkFiberSurface.cpp.

◆ FillOutputPortInformation()

int ttkFiberSurface::FillOutputPortInformation ( int  port,
vtkInformation *  info 
)
overrideprotected

Definition at line 33 of file ttkFiberSurface.cpp.

◆ GetCaseIds()

virtual bool ttkFiberSurface::GetCaseIds ( )
virtual

◆ GetClassName()

virtual const char * ttkFiberSurface::GetClassName ( )
virtual

Reimplemented from ttkAlgorithm.

◆ GetEdgeIds()

virtual bool ttkFiberSurface::GetEdgeIds ( )
virtual

◆ GetEdgeParameterization()

virtual bool ttkFiberSurface::GetEdgeParameterization ( )
virtual

◆ GetPointMerge()

virtual bool ttkFiberSurface::GetPointMerge ( )
virtual

◆ GetPointMergeDistanceThreshold()

virtual double ttkFiberSurface::GetPointMergeDistanceThreshold ( )
virtual

◆ GetRangeCoordinates()

virtual bool ttkFiberSurface::GetRangeCoordinates ( )
virtual

◆ GetRangeOctree()

virtual bool ttkFiberSurface::GetRangeOctree ( )
virtual

◆ GetTetIds()

virtual bool ttkFiberSurface::GetTetIds ( )
virtual

◆ IsA()

virtual int ttkFiberSurface::IsA ( const char *  type)
virtual

Reimplemented from ttkAlgorithm.

◆ IsTypeOf()

static int ttkFiberSurface::IsTypeOf ( const char *  type)
static

◆ New()

static ttkFiberSurface * ttkFiberSurface::New ( )
static

◆ RequestData()

int ttkFiberSurface::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
overrideprotected

Definition at line 58 of file ttkFiberSurface.cpp.

◆ SafeDownCast()

static ttkFiberSurface * ttkFiberSurface::SafeDownCast ( vtkObject *  o)
static

◆ SetCaseIds()

virtual void ttkFiberSurface::SetCaseIds ( bool  )
virtual

◆ SetEdgeIds()

virtual void ttkFiberSurface::SetEdgeIds ( bool  )
virtual

◆ SetEdgeParameterization()

virtual void ttkFiberSurface::SetEdgeParameterization ( bool  )
virtual

◆ SetPointMerge()

virtual void ttkFiberSurface::SetPointMerge ( bool  )
virtual

◆ SetPointMergeDistanceThreshold()

virtual void ttkFiberSurface::SetPointMergeDistanceThreshold ( double  )
virtual

◆ SetRangeCoordinates()

virtual void ttkFiberSurface::SetRangeCoordinates ( bool  )
virtual

◆ SetRangeOctree()

virtual void ttkFiberSurface::SetRangeOctree ( bool  )
virtual

◆ SetTetIds()

virtual void ttkFiberSurface::SetTetIds ( bool  )
virtual

The documentation for this class was generated from the following files: