Version: 8.3.0
vtkExtractCellType Class Reference

#include <vtkExtractCellType.h>

Inheritance diagram for vtkExtractCellType:
Inheritance graph

Data Structures

class  vtkExtractCellTypeInternal
 

Public Member Functions

 vtkTypeMacro (vtkExtractCellType, vtkDataSetAlgorithm) void PrintSelf(ostream &os
 
virtual int GetNumberOfGeoTypesArrays ()
 
const char * GetGeoTypesArrayName (int index)
 
int GetGeoTypesArrayStatus (const char *name)
 
virtual void SetGeoTypesStatus (const char *name, int status)
 
void SetInsideOut (int val)
 
virtual int GetSILUpdateStamp ()
 

Static Public Member Functions

static vtkExtractCellTypeNew ()
 

Data Fields

vtkIndent indent
 

Protected Member Functions

 vtkExtractCellType ()
 
 ~vtkExtractCellType ()
 
int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual void SetSIL (vtkMutableDirectedGraph *)
 
 vtkGetObjectMacro (SIL, vtkMutableDirectedGraph)
 

Protected Attributes

vtkMutableDirectedGraph * SIL
 
vtkTimeStamp SILTime
 

Private Member Functions

 vtkExtractCellType (const vtkExtractCellType &)
 
void operator= (const vtkExtractCellType &)
 

Private Attributes

vtkExtractCellTypeInternalInternal
 
int InsideOut
 

Constructor & Destructor Documentation

vtkExtractCellType::vtkExtractCellType ( )
protected
vtkExtractCellType::~vtkExtractCellType ( )
protected

References Internal, and SIL.

vtkExtractCellType::vtkExtractCellType ( const vtkExtractCellType )
private

Member Function Documentation

static vtkExtractCellType* vtkExtractCellType::New ( )
static
vtkExtractCellType::vtkTypeMacro ( vtkExtractCellType  ,
vtkDataSetAlgorithm   
)
int vtkExtractCellType::GetNumberOfGeoTypesArrays ( )
virtual
const char * vtkExtractCellType::GetGeoTypesArrayName ( int  index)
int vtkExtractCellType::GetGeoTypesArrayStatus ( const char *  name)
void vtkExtractCellType::SetGeoTypesStatus ( const char *  name,
int  status 
)
virtual
void vtkExtractCellType::SetInsideOut ( int  val)

References InsideOut.

int vtkExtractCellType::GetSILUpdateStamp ( )
virtual

References SILTime.

int vtkExtractCellType::RequestInformation ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protected
int vtkExtractCellType::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protected
virtual void vtkExtractCellType::SetSIL ( vtkMutableDirectedGraph *  )
protectedvirtual
vtkExtractCellType::vtkGetObjectMacro ( SIL  ,
vtkMutableDirectedGraph   
)
protected
void vtkExtractCellType::operator= ( const vtkExtractCellType )
private

Field Documentation

vtkIndent vtkExtractCellType::indent
vtkMutableDirectedGraph* vtkExtractCellType::SIL
protected
vtkTimeStamp vtkExtractCellType::SILTime
protected
vtkExtractCellTypeInternal* vtkExtractCellType::Internal
private
int vtkExtractCellType::InsideOut
private