VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkSubdivideTetra Class Reference

subdivide one tetrahedron into twelve for every tetra More...

#include <vtkSubdivideTetra.h>

Inherits vtkUnstructuredGridAlgorithm.

Public Types

typedef
vtkUnstructuredGridAlgorithm 
Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkSubdivideTetraNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 

Static Public Member Functions

static vtkSubdivideTetraNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSubdivideTetraSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkSubdivideTetra ()
 
 ~vtkSubdivideTetra ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Detailed Description

subdivide one tetrahedron into twelve for every tetra

This filter subdivides tetrahedra in an unstructured grid into twelve tetrahedra.

Tests:
vtkSubdivideTetra (Tests)

Definition at line 30 of file vtkSubdivideTetra.h.

Member Typedef Documentation

typedef vtkUnstructuredGridAlgorithm vtkSubdivideTetra::Superclass

Definition at line 34 of file vtkSubdivideTetra.h.

Constructor & Destructor Documentation

vtkSubdivideTetra::vtkSubdivideTetra ( )
protected
vtkSubdivideTetra::~vtkSubdivideTetra ( )
inlineprotected

Definition at line 40 of file vtkSubdivideTetra.h.

Member Function Documentation

static vtkSubdivideTetra* vtkSubdivideTetra::New ( )
static
static int vtkSubdivideTetra::IsTypeOf ( const char *  type)
static
virtual int vtkSubdivideTetra::IsA ( const char *  type)
virtual
static vtkSubdivideTetra* vtkSubdivideTetra::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkSubdivideTetra::NewInstanceInternal ( ) const
protectedvirtual
vtkSubdivideTetra* vtkSubdivideTetra::NewInstance ( ) const
void vtkSubdivideTetra::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkSubdivideTetra::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

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