VTK
Public Member Functions | Protected Member Functions | Protected Attributes
vtkGenericDataSetTessellator Class Reference

tessellates generic, higher-order datasets into linear cells More...

#include <vtkGenericDataSetTessellator.h>

Inheritance diagram for vtkGenericDataSetTessellator:
Inheritance graph
[legend]
Collaboration diagram for vtkGenericDataSetTessellator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void CreateDefaultLocator ()
unsigned long GetMTime ()
virtual void SetKeepCellIds (int)
virtual int GetKeepCellIds ()
virtual void KeepCellIdsOn ()
virtual void KeepCellIdsOff ()
virtual void SetMerging (int)
virtual int GetMerging ()
virtual void MergingOn ()
virtual void MergingOff ()
void SetLocator (vtkIncrementalPointLocator *locator)
virtual
vtkIncrementalPointLocator
GetLocator ()

Protected Member Functions

 vtkGenericDataSetTessellator ()
 ~vtkGenericDataSetTessellator ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation (int, vtkInformation *)

Protected Attributes

int KeepCellIds
vtkPointDataInternalPD
int Merging
vtkIncrementalPointLocatorLocator
typedef
vtkUnstructuredGridAlgorithm 
Superclass
static
vtkGenericDataSetTessellator
New ()
static int IsTypeOf (const char *type)
static
vtkGenericDataSetTessellator
SafeDownCast (vtkObjectBase *o)
virtual int IsA (const char *type)
vtkGenericDataSetTessellatorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

tessellates generic, higher-order datasets into linear cells

vtkGenericDataSetTessellator is a filter that subdivides a vtkGenericDataSet into linear elements (i.e., linear VTK cells). Tetrahedras are produced from 3D cells; triangles from 2D cells; and lines from 1D cells. The subdivision process depends on the cell tessellator associated with the input generic dataset, and its associated error metric. (These can be specified by the user if necessary.)

This filter is typically used to convert a higher-order, complex dataset represented by a vtkGenericDataSet into a conventional vtkDataSet that can be operated on by linear VTK graphics filters (end of pipeline for rendering).

See also:
vtkGenericCellTessellator vtkGenericSubdivisionErrorMetric
Tests:
vtkGenericDataSetTessellator (Tests)

Definition at line 47 of file vtkGenericDataSetTessellator.h.


Member Typedef Documentation

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

Definition at line 54 of file vtkGenericDataSetTessellator.h.


Constructor & Destructor Documentation


Member Function Documentation

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

static int vtkGenericDataSetTessellator::IsTypeOf ( const char *  type) [static]

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkGenericDataSetTessellator::IsA ( const char *  type) [virtual]

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual vtkObjectBase* vtkGenericDataSetTessellator::NewInstanceInternal ( ) const [protected, virtual]

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

void vtkGenericDataSetTessellator::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standard VTK methods.

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual void vtkGenericDataSetTessellator::SetKeepCellIds ( int  ) [virtual]

Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

virtual void vtkGenericDataSetTessellator::KeepCellIdsOn ( ) [virtual]

Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

Turn on/off generation of a cell centered attribute with ids of the original cells (as an input cell is tessellated into several linear cells). The name of the data array is "OriginalIds". It is true by default.

virtual void vtkGenericDataSetTessellator::SetMerging ( int  ) [virtual]

Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.

Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.

virtual void vtkGenericDataSetTessellator::MergingOn ( ) [virtual]

Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.

virtual void vtkGenericDataSetTessellator::MergingOff ( ) [virtual]

Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.

Create default locator. Used to create one when none is specified.

unsigned long vtkGenericDataSetTessellator::GetMTime ( ) [virtual]

Return the MTime also considering the locator.

Reimplemented from vtkObject.

int vtkGenericDataSetTessellator::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkUnstructuredGridAlgorithm.

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkUnstructuredGridAlgorithm.


Member Data Documentation

Definition at line 100 of file vtkGenericDataSetTessellator.h.

Definition at line 103 of file vtkGenericDataSetTessellator.h.

Definition at line 105 of file vtkGenericDataSetTessellator.h.

Definition at line 106 of file vtkGenericDataSetTessellator.h.


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