|
ParaView
|
prepare data object for volume rendering More...
#include <vtkVolumeRepresentationPreprocessor.h>


prepare data object for volume rendering
vtkVolumeRepresentationPreprocessor prepares data objects for volume rendering. If the data object is a data set, then the set is passed through a vtkDataSetTriangleFilter before being output as a vtkUnstructuredGrid. If the data object is a multiblock dataset with at least one unstructured grid leaf node, then the unstructured grid is extracted using vtkExtractBlock before being passed to the vtkDataSetTriangleFilter. If the multiblock dataset contains more than one unstructured grid, the ExtractedBlockIndex property may by set to indicate which unstructured grid to volume render. The TetrahedraOnly property may be set and it will be passed to the vtkDataSetTriangleFilter.
Definition at line 41 of file vtkVolumeRepresentationPreprocessor.h.
| vtkVolumeRepresentationPreprocessor::vtkVolumeRepresentationPreprocessor | ( | ) | [protected] |
| vtkVolumeRepresentationPreprocessor::~vtkVolumeRepresentationPreprocessor | ( | ) | [protected] |
| static vtkVolumeRepresentationPreprocessor* vtkVolumeRepresentationPreprocessor::New | ( | ) | [static] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| virtual const char* vtkVolumeRepresentationPreprocessor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| static int vtkVolumeRepresentationPreprocessor::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| virtual int vtkVolumeRepresentationPreprocessor::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| static vtkVolumeRepresentationPreprocessor* vtkVolumeRepresentationPreprocessor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| void vtkVolumeRepresentationPreprocessor::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| void vtkVolumeRepresentationPreprocessor::SetTetrahedraOnly | ( | int | ) |
When On, the internal triangle filter will cull all 1D and 2D cells from the output. The default is Off.
| virtual int vtkVolumeRepresentationPreprocessor::GetTetrahedraOnly | ( | ) | [virtual] |
When On, the internal triangle filter will cull all 1D and 2D cells from the output. The default is Off.
| void vtkVolumeRepresentationPreprocessor::SetExtractedBlockIndex | ( | int | ) |
Sets which block will be extracted for volume rendering. Ignored if input is not multiblock. Default is 0.
| virtual int vtkVolumeRepresentationPreprocessor::GetExtractedBlockIndex | ( | ) | [virtual] |
Sets which block will be extracted for volume rendering. Ignored if input is not multiblock. Default is 0.
| vtkUnstructuredGrid* vtkVolumeRepresentationPreprocessor::TriangulateDataSet | ( | vtkDataSet * | ) | [protected] |
| vtkDataSet* vtkVolumeRepresentationPreprocessor::MultiBlockToDataSet | ( | vtkMultiBlockDataSet * | ) | [protected] |
| virtual int vtkVolumeRepresentationPreprocessor::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| virtual int vtkVolumeRepresentationPreprocessor::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
Definition at line 74 of file vtkVolumeRepresentationPreprocessor.h.
Definition at line 75 of file vtkVolumeRepresentationPreprocessor.h.
Definition at line 77 of file vtkVolumeRepresentationPreprocessor.h.
Definition at line 78 of file vtkVolumeRepresentationPreprocessor.h.
1.7.5.1