|
ParaView
|
#include <vtkBSPCutsGenerator.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkPKdTree * | GetPKdTree () |
| virtual void | SetEnabled (bool) |
| virtual bool | GetEnabled () |
Static Public Member Functions | |
| static vtkBSPCutsGenerator * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkBSPCutsGenerator * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkBSPCutsGenerator () | |
| ~vtkBSPCutsGenerator () | |
| int | FillInputPortInformation (int port, vtkInformation *info) |
| int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| void | SetPKdTree (vtkPKdTree *) |
Protected Attributes | |
| vtkPKdTree * | PKdTree |
| bool | Enabled |
Definition at line 26 of file vtkBSPCutsGenerator.h.
| vtkBSPCutsGenerator::vtkBSPCutsGenerator | ( | ) | [protected] |
| vtkBSPCutsGenerator::~vtkBSPCutsGenerator | ( | ) | [protected] |
| static vtkBSPCutsGenerator* vtkBSPCutsGenerator::New | ( | ) | [static] |
Reimplemented from vtkDataObjectAlgorithm.
| virtual const char* vtkBSPCutsGenerator::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDataObjectAlgorithm.
| static int vtkBSPCutsGenerator::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkDataObjectAlgorithm.
| virtual int vtkBSPCutsGenerator::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkDataObjectAlgorithm.
| static vtkBSPCutsGenerator* vtkBSPCutsGenerator::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDataObjectAlgorithm.
| void vtkBSPCutsGenerator::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkDataObjectAlgorithm.
| virtual void vtkBSPCutsGenerator::SetEnabled | ( | bool | ) | [virtual] |
Enable/Disable generation of the cuts.
| virtual bool vtkBSPCutsGenerator::GetEnabled | ( | ) | [virtual] |
Enable/Disable generation of the cuts.
| virtual vtkPKdTree* vtkBSPCutsGenerator::GetPKdTree | ( | ) | [virtual] |
| int vtkBSPCutsGenerator::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
| int vtkBSPCutsGenerator::RequestDataObject | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
| int vtkBSPCutsGenerator::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
| void vtkBSPCutsGenerator::SetPKdTree | ( | vtkPKdTree * | ) | [protected] |
vtkPKdTree* vtkBSPCutsGenerator::PKdTree [protected] |
Definition at line 54 of file vtkBSPCutsGenerator.h.
bool vtkBSPCutsGenerator::Enabled [protected] |
Definition at line 55 of file vtkBSPCutsGenerator.h.
1.7.5.1