|
ParaView
|
Geometry intersection operations. More...
#include <vtkIntersectFragments.h>


| vtkIntersectFragments::vtkIntersectFragments | ( | ) | [protected] |
| vtkIntersectFragments::~vtkIntersectFragments | ( | ) | [protected] |
| static vtkIntersectFragments* vtkIntersectFragments::New | ( | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual const char* vtkIntersectFragments::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| static int vtkIntersectFragments::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual int vtkIntersectFragments::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| static vtkIntersectFragments* vtkIntersectFragments::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| void vtkIntersectFragments::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual void vtkIntersectFragments::SetCutFunction | ( | vtkImplicitFunction * | ) | [virtual] |
PARAVIEW interface stuff.
Specify the implicit function to perform the cutting.
| virtual vtkImplicitFunction* vtkIntersectFragments::GetCutFunction | ( | ) | [virtual] |
PARAVIEW interface stuff.
Specify the implicit function to perform the cutting.
| void vtkIntersectFragments::SetGeometryInputConnection | ( | vtkAlgorithmOutput * | algOutput | ) |
Specify the geometry Input.
| void vtkIntersectFragments::SetStatisticsInputConnection | ( | vtkAlgorithmOutput * | algOutput | ) |
Specify the geometry Input.
| unsigned long vtkIntersectFragments::GetMTime | ( | ) | [virtual] |
Override GetMTime because we refer to vtkImplicitFunction.
Reimplemented from vtkObject.
| virtual int vtkIntersectFragments::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
pipeline
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual int vtkIntersectFragments::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| virtual int vtkIntersectFragments::FillOutputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkMultiBlockDataSetAlgorithm.
| int vtkIntersectFragments::IdentifyLocalFragments | ( | ) | [protected] |
| int vtkIntersectFragments::CopyInputStructureStats | ( | vtkMultiBlockDataSet * | dest, |
| vtkMultiBlockDataSet * | src | ||
| ) | [protected] |
| int vtkIntersectFragments::CopyInputStructureGeom | ( | vtkMultiBlockDataSet * | dest, |
| vtkMultiBlockDataSet * | src | ||
| ) | [protected] |
| int vtkIntersectFragments::PrepareToProcessRequest | ( | ) | [protected] |
| int vtkIntersectFragments::Intersect | ( | ) | [protected] |
| void vtkIntersectFragments::BuildLoadingArray | ( | std::vector< vtkIdType > & | loadingArray, |
| int | blockId | ||
| ) | [protected] |
| int vtkIntersectFragments::UnPackLoadingArray | ( | vtkIdType * | buffer, |
| int | bufSize, | ||
| std::vector< vtkIdType > & | loadingArray, | ||
| int | blockId | ||
| ) | [protected] |
| void vtkIntersectFragments::ComputeGeometricAttributes | ( | ) | [protected] |
| int vtkIntersectFragments::PrepareToCollectGeometricAttributes | ( | std::vector< vtkMaterialInterfaceCommBuffer > & | buffers, |
| std::vector< std::vector< vtkDoubleArray * > > & | centers, | ||
| std::vector< std::vector< int * > > & | ids | ||
| ) | [protected] |
| int vtkIntersectFragments::CleanUpAfterCollectGeometricAttributes | ( | std::vector< vtkMaterialInterfaceCommBuffer > & | buffers, |
| std::vector< std::vector< vtkDoubleArray * > > & | centers, | ||
| std::vector< std::vector< int * > > & | ids | ||
| ) | [protected] |
| int vtkIntersectFragments::CollectGeometricAttributes | ( | std::vector< vtkMaterialInterfaceCommBuffer > & | buffers, |
| std::vector< std::vector< vtkDoubleArray * > > & | centers, | ||
| std::vector< std::vector< int * > > & | ids | ||
| ) | [protected] |
| int vtkIntersectFragments::PrepareToMergeGeometricAttributes | ( | std::vector< std::vector< int > > & | unique | ) | [protected] |
| int vtkIntersectFragments::CleanUpAfterRequest | ( | ) | [protected] |
data
Definition at line 125 of file vtkIntersectFragments.h.
std::vector<std::vector<int> > vtkIntersectFragments::FragmentIds [protected] |
Definition at line 127 of file vtkIntersectFragments.h.
std::vector<vtkDoubleArray *> vtkIntersectFragments::IntersectionCenters [protected] |
Definition at line 130 of file vtkIntersectFragments.h.
std::vector<std::vector<int> > vtkIntersectFragments::IntersectionIds [protected] |
Definition at line 131 of file vtkIntersectFragments.h.
vtkCutter* vtkIntersectFragments::Cutter [protected] |
Definition at line 133 of file vtkIntersectFragments.h.
vtkMultiBlockDataSet* vtkIntersectFragments::GeomIn [protected] |
Definition at line 135 of file vtkIntersectFragments.h.
vtkMultiBlockDataSet* vtkIntersectFragments::GeomOut [protected] |
Definition at line 136 of file vtkIntersectFragments.h.
vtkMultiBlockDataSet* vtkIntersectFragments::StatsIn [protected] |
Definition at line 137 of file vtkIntersectFragments.h.
vtkMultiBlockDataSet* vtkIntersectFragments::StatsOut [protected] |
Definition at line 138 of file vtkIntersectFragments.h.
int vtkIntersectFragments::NBlocks [protected] |
Definition at line 139 of file vtkIntersectFragments.h.
std::vector<int> vtkIntersectFragments::NFragmentsIntersected [protected] |
Definition at line 141 of file vtkIntersectFragments.h.
vtkImplicitFunction* vtkIntersectFragments::CutFunction [protected] |
PARAVIEW interface data.
Definition at line 144 of file vtkIntersectFragments.h.
double vtkIntersectFragments::Progress [protected] |
Reimplemented from vtkAlgorithm.
Definition at line 145 of file vtkIntersectFragments.h.
double vtkIntersectFragments::ProgressIncrement [protected] |
Definition at line 146 of file vtkIntersectFragments.h.
1.7.5.1