Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VTKViewer_AppendFilter Class Reference

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

#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)
 VTK type revision macros. More...
 
void SetDoMappingFlag (const bool theFlag)
 
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
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

VTKViewer_AppendFilter::VTKViewer_AppendFilter ( )
protected
VTKViewer_AppendFilter::~VTKViewer_AppendFilter ( )
protected

Member Function Documentation

void VTKViewer_AppendFilter::DoMapping ( )
protected
bool VTKViewer_AppendFilter::DoMappingFlag ( ) const
int VTKViewer_AppendFilter::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual
void VTKViewer_AppendFilter::GetCellInputID ( vtkIdType  theOutputID,
vtkIdType &  theInputID,
vtkIdType &  theStartID,
vtkIdType &  theInputDataSetID 
)
vtkIdType VTKViewer_AppendFilter::GetCellOutputID ( vtkIdType  theInputID,
vtkIdType  theInputDataSetID 
)
void VTKViewer_AppendFilter::GetPointInputID ( vtkIdType  theOutputID,
vtkIdType &  theInputID,
vtkIdType &  theStartID,
vtkIdType &  theInputDataSetID 
)
vtkIdType VTKViewer_AppendFilter::GetPointOutputID ( vtkIdType  theInputID,
vtkIdType  theInputDataSetID 
)
vtkPointSet * VTKViewer_AppendFilter::GetSharedPointsDataSet ( )
int VTKViewer_AppendFilter::MakeOutput ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected
static VTKViewer_AppendFilter * VTKViewer_AppendFilter::New ( )
static
int VTKViewer_AppendFilter::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual
void VTKViewer_AppendFilter::Reset ( )
protected
void VTKViewer_AppendFilter::SetDoMappingFlag ( const bool  theFlag)
void VTKViewer_AppendFilter::SetSharedPointsDataSet ( vtkPointSet *  thePointsDataSet)
VTKViewer_AppendFilter::vtkTypeMacro ( VTKViewer_AppendFilter  ,
vtkAppendFilter   
)

Member Data Documentation

TVectorIds VTKViewer_AppendFilter::myCellRanges
protected
bool VTKViewer_AppendFilter::myDoMappingFlag
protected
TVectorIds VTKViewer_AppendFilter::myNodeRanges
protected
vtkSmartPointer<vtkPointSet> VTKViewer_AppendFilter::mySharedPointsDataSet
protected

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