This class used same as vtkAppendFilter. See documentation on VTK for more information.
#include <VTKViewer_AppendFilter.h>
Public Types |
| typedef std::vector< vtkIdType > | TVectorIds |
Public Member Functions |
| | vtkTypeRevisionMacro (VTKViewer_AppendFilter, vtkAppendFilter) |
| | VTK type revision macros.
|
| 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_AppendFilter * | New () |
Protected Member Functions |
| | VTKViewer_AppendFilter () |
| | Constructor.
|
| | ~VTKViewer_AppendFilter () |
| | Destructor.
|
| 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
Constructor & Destructor Documentation
| VTKViewer_AppendFilter::VTKViewer_AppendFilter |
( |
| ) |
[protected] |
| VTKViewer_AppendFilter::~VTKViewer_AppendFilter |
( |
| ) |
[protected] |
Member Function Documentation
| void VTKViewer_AppendFilter::SetDoMappingFlag |
( |
const bool |
theFlag | ) |
|
| bool VTKViewer_AppendFilter::DoMappingFlag |
( |
| ) |
const |
| void VTKViewer_AppendFilter::SetSharedPointsDataSet |
( |
vtkPointSet * |
thePointsDataSet | ) |
|
| vtkPointSet * VTKViewer_AppendFilter::GetSharedPointsDataSet |
( |
| ) |
|
| vtkIdType VTKViewer_AppendFilter::GetPointOutputID |
( |
vtkIdType |
theInputID, |
|
|
vtkIdType |
theInputDataSetID |
|
) |
| |
| vtkIdType VTKViewer_AppendFilter::GetCellOutputID |
( |
vtkIdType |
theInputID, |
|
|
vtkIdType |
theInputDataSetID |
|
) |
| |
| void VTKViewer_AppendFilter::GetPointInputID |
( |
vtkIdType |
theOutputID, |
|
|
vtkIdType & |
theInputID, |
|
|
vtkIdType & |
theStartID, |
|
|
vtkIdType & |
theInputDataSetID |
|
) |
| |
| void VTKViewer_AppendFilter::GetCellInputID |
( |
vtkIdType |
theOutputID, |
|
|
vtkIdType & |
theInputID, |
|
|
vtkIdType & |
theStartID, |
|
|
vtkIdType & |
theInputDataSetID |
|
) |
| |
| int VTKViewer_AppendFilter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| [protected, virtual] |
| int VTKViewer_AppendFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| [protected, virtual] |
| void VTKViewer_AppendFilter::DoMapping |
( |
| ) |
[protected] |
| void VTKViewer_AppendFilter.Reset |
( |
| ) |
[protected] |
| int VTKViewer_AppendFilter::MakeOutput |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| [protected] |
Field Documentation