Version: 9.12.0
VTKViewer_AppendFilter Class Reference

This class used same as vtkAppendFilter. See documentation on VTK for more information. More...

#include <VTKViewer_AppendFilter.h>

Inheritance diagram for VTKViewer_AppendFilter:
Inheritance graph

Public Types

typedef std::vector< vtkIdType > TVectorIds
 

Public Member Functions

 vtkTypeMacro (VTKViewer_AppendFilter, vtkAppendFilter) void SetDoMappingFlag(const bool theFlag)
 VTK type revision macros. More...
 
bool DoMappingFlag () const
 
void SetSharedPointsDataSet (vtkPointSet *thePointsDataSet)
 
vtkPointSet * GetSharedPointsDataSet ()
 
vtkIdType GetPointOutputID (vtkIdType theInputID, vtkIdType theInputDataSetID)
 
vtkIdType GetCellOutputID (vtkIdType theInputID, vtkIdType theInputDataSetID)
 
void GetPointInputID (vtkIdType theOutputID, vtkIdType &theInputID, vtkIdType &theStartID, vtkIdType &theInputDataSetID)
 
void GetCellInputID (vtkIdType theOutputID, vtkIdType &theInputID, vtkIdType &theStartID, vtkIdType &theInputDataSetID)
 

Static Public Member Functions

static VTKViewer_AppendFilterNew ()
 

Protected Member Functions

 VTKViewer_AppendFilter ()
 Constructor. More...
 
 ~VTKViewer_AppendFilter ()
 Destructor. More...
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
void DoMapping ()
 
void Reset ()
 
int MakeOutput (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

bool myDoMappingFlag
 
TVectorIds myNodeRanges
 
TVectorIds myCellRanges
 
vtkSmartPointer< vtkPointSet > mySharedPointsDataSet
 

Detailed Description

This class used same as vtkAppendFilter. See documentation on VTK for more information.

Member Typedef Documentation

◆ TVectorIds

typedef std::vector<vtkIdType> VTKViewer_AppendFilter::TVectorIds

Constructor & Destructor Documentation

◆ VTKViewer_AppendFilter()

VTKViewer_AppendFilter::VTKViewer_AppendFilter ( )
protected

Constructor.

◆ ~VTKViewer_AppendFilter()

VTKViewer_AppendFilter::~VTKViewer_AppendFilter ( )
protected

Destructor.

Member Function Documentation

◆ DoMapping()

void VTKViewer_AppendFilter::DoMapping ( )
protected

◆ DoMappingFlag()

bool VTKViewer_AppendFilter::DoMappingFlag ( ) const

◆ FillInputPortInformation()

int VTKViewer_AppendFilter::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

◆ GetCellInputID()

void VTKViewer_AppendFilter::GetCellInputID ( vtkIdType  theOutputID,
vtkIdType &  theInputID,
vtkIdType &  theStartID,
vtkIdType &  theInputDataSetID 
)

◆ GetCellOutputID()

vtkIdType VTKViewer_AppendFilter::GetCellOutputID ( vtkIdType  theInputID,
vtkIdType  theInputDataSetID 
)

◆ GetPointInputID()

void VTKViewer_AppendFilter::GetPointInputID ( vtkIdType  theOutputID,
vtkIdType &  theInputID,
vtkIdType &  theStartID,
vtkIdType &  theInputDataSetID 
)

◆ GetPointOutputID()

vtkIdType VTKViewer_AppendFilter::GetPointOutputID ( vtkIdType  theInputID,
vtkIdType  theInputDataSetID 
)

◆ GetSharedPointsDataSet()

vtkPointSet * VTKViewer_AppendFilter::GetSharedPointsDataSet ( )

◆ MakeOutput()

int VTKViewer_AppendFilter::MakeOutput ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

◆ New()

static VTKViewer_AppendFilter * VTKViewer_AppendFilter::New ( )
static

◆ RequestData()

int VTKViewer_AppendFilter::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

◆ Reset()

void VTKViewer_AppendFilter::Reset ( )
protected

◆ SetSharedPointsDataSet()

void VTKViewer_AppendFilter::SetSharedPointsDataSet ( vtkPointSet *  thePointsDataSet)

◆ vtkTypeMacro()

VTKViewer_AppendFilter::vtkTypeMacro ( VTKViewer_AppendFilter  ,
vtkAppendFilter   
) const

VTK type revision macros.

Member Data Documentation

◆ myCellRanges

TVectorIds VTKViewer_AppendFilter::myCellRanges
protected

◆ myDoMappingFlag

bool VTKViewer_AppendFilter::myDoMappingFlag
protected

◆ myNodeRanges

TVectorIds VTKViewer_AppendFilter::myNodeRanges
protected

◆ mySharedPointsDataSet

vtkSmartPointer<vtkPointSet> VTKViewer_AppendFilter::mySharedPointsDataSet
protected

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