|
virtual int | IsA (const char *type) |
|
vtkPKdTree * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | PrintTiming (ostream &os, vtkIndent indent) |
|
void | PrintTables (ostream &os, vtkIndent indent) |
|
void | BuildLocator () |
|
vtkIdType | GetTotalNumberOfCells () |
|
int | CreateProcessCellCountData () |
|
int | CreateGlobalDataArrayBounds () |
|
int | AssignRegions (int *map, int numRegions) |
|
int | AssignRegionsRoundRobin () |
|
int | AssignRegionsContiguous () |
|
int | GetRegionAssignmentList (int procId, vtkIntArray *list) |
|
int | GetProcessAssignedToRegion (int regionId) |
|
int | HasData (int processId, int regionId) |
|
int | GetProcessCellCountForRegion (int processId, int regionId) |
|
int | GetTotalProcessesInRegion (int regionId) |
|
int | GetProcessListForRegion (int regionId, vtkIntArray *processes) |
|
int | GetProcessesCellCountForRegion (int regionId, int *count, int len) |
|
int | GetTotalRegionsForProcess (int processId) |
|
int | GetRegionListForProcess (int processId, vtkIntArray *regions) |
|
int | GetRegionsCellCountForProcess (int ProcessId, int *count, int len) |
|
int | GetCellArrayGlobalRange (const char *name, float range[2]) |
|
int | GetPointArrayGlobalRange (const char *name, float range[2]) |
|
int | GetCellArrayGlobalRange (const char *name, double range[2]) |
|
int | GetPointArrayGlobalRange (const char *name, double range[2]) |
|
int | GetCellArrayGlobalRange (int arrayIndex, double range[2]) |
|
int | GetPointArrayGlobalRange (int arrayIndex, double range[2]) |
|
int | GetCellArrayGlobalRange (int arrayIndex, float range[2]) |
|
int | GetPointArrayGlobalRange (int arrayIndex, float range[2]) |
|
|
void | SetController (vtkMultiProcessController *c) |
|
virtual vtkMultiProcessController * | GetController () |
|
|
virtual int | GetRegionAssignment () |
|
|
const int * | GetRegionAssignmentMap () |
|
|
virtual int | GetRegionAssignmentMapLength () |
|
|
void | GetAllProcessesBorderingOnPoint (float x, float y, float z, vtkIntArray *list) |
|
|
vtkIdType | GetCellListsForProcessRegions (int ProcessId, int set, vtkIdList *inRegionCells, vtkIdList *onBoundaryCells) |
|
vtkIdType | GetCellListsForProcessRegions (int ProcessId, vtkDataSet *set, vtkIdList *inRegionCells, vtkIdList *onBoundaryCells) |
|
vtkIdType | GetCellListsForProcessRegions (int ProcessId, vtkIdList *inRegionCells, vtkIdList *onBoundaryCells) |
|
|
int | ViewOrderAllProcessesInDirection (const double directionOfProjection[3], vtkIntArray *orderedList) |
|
|
int | ViewOrderAllProcessesFromPosition (const double cameraPosition[3], vtkIntArray *orderedList) |
|
vtkKdTree * | NewInstance () const |
|
virtual int | GetNumberOfRegionsOrLess () |
|
virtual void | SetNumberOfRegionsOrLess (int) |
|
virtual int | GetNumberOfRegionsOrMore () |
|
virtual void | SetNumberOfRegionsOrMore (int) |
|
virtual double | GetFudgeFactor () |
|
virtual void | SetFudgeFactor (double) |
|
virtual vtkBSPCuts * | GetCuts () |
|
void | SetCuts (vtkBSPCuts *cuts) |
|
void | OmitXPartitioning () |
|
void | OmitYPartitioning () |
|
void | OmitZPartitioning () |
|
void | OmitXYPartitioning () |
|
void | OmitYZPartitioning () |
|
void | OmitZXPartitioning () |
|
void | OmitNoPartitioning () |
|
virtual void | SetDataSet (vtkDataSet *set) |
|
virtual void | AddDataSet (vtkDataSet *set) |
|
int | GetNumberOfDataSets () |
|
vtkDataSet * | GetDataSet (int n) |
|
vtkDataSet * | GetDataSet () |
|
int | GetDataSetIndex (vtkDataSet *set) |
|
void | GetBounds (double *bounds) |
|
void | SetNewBounds (double *bounds) |
|
void | GetRegionBounds (int regionID, double bounds[6]) |
|
void | GetRegionDataBounds (int regionID, double bounds[6]) |
|
void | PrintRegion (int id) |
|
void | CreateCellLists (int dataSetIndex, int *regionReqList, int reqListSize) |
|
void | CreateCellLists (vtkDataSet *set, int *regionReqList, int reqListSize) |
|
void | CreateCellLists (int *regionReqList, int listSize) |
|
void | CreateCellLists () |
|
void | DeleteCellLists () |
|
vtkIdList * | GetCellList (int regionID) |
|
vtkIdList * | GetBoundaryCellList (int regionID) |
|
int * | AllGetRegionContainingCell () |
|
int | GetRegionContainingPoint (double x, double y, double z) |
|
int | MinimalNumberOfConvexSubRegions (vtkIntArray *regionIdList, double **convexRegionBounds) |
|
vtkIdTypeArray * | BuildMapForDuplicatePoints (float tolerance) |
|
void | FindPointsWithinRadius (double R, const double x[3], vtkIdList *result) |
|
void | FindClosestNPoints (int N, const double x[3], vtkIdList *result) |
|
vtkIdTypeArray * | GetPointsInRegion (int regionId) |
|
void | FreeSearchStructure () |
|
void | GenerateRepresentation (int level, vtkPolyData *pd) |
|
void | GenerateRepresentation (int *regionList, int len, vtkPolyData *pd) |
|
virtual int | NewGeometry () |
|
virtual int | NewGeometry (vtkDataSet **sets, int numDataSets) |
|
virtual void | InvalidateGeometry () |
|
void | FindPointsInArea (double *area, vtkIdTypeArray *ids, bool clearArray=true) |
|
virtual void | TimingOn () |
|
virtual void | TimingOff () |
|
virtual void | SetTiming (int) |
|
virtual int | GetTiming () |
|
virtual void | SetMinCells (int) |
|
virtual int | GetMinCells () |
|
virtual void | RemoveDataSet (int index) |
|
virtual void | RemoveDataSet (vtkDataSet *set) |
|
virtual void | RemoveAllDataSets () |
|
virtual vtkDataSetCollection * | GetDataSets () |
|
virtual int | GetNumberOfRegions () |
|
void | PrintTree () |
|
void | PrintVerboseTree () |
|
virtual void | SetIncludeRegionBoundaryCells (int) |
|
virtual int | GetIncludeRegionBoundaryCells () |
|
virtual void | IncludeRegionBoundaryCellsOn () |
|
virtual void | IncludeRegionBoundaryCellsOff () |
|
vtkIdType | GetCellLists (vtkIntArray *regions, int set, vtkIdList *inRegionCells, vtkIdList *onBoundaryCells) |
|
vtkIdType | GetCellLists (vtkIntArray *regions, vtkDataSet *set, vtkIdList *inRegionCells, vtkIdList *onBoundaryCells) |
|
vtkIdType | GetCellLists (vtkIntArray *regions, vtkIdList *inRegionCells, vtkIdList *onBoundaryCells) |
|
int | GetRegionContainingCell (vtkDataSet *set, vtkIdType cellID) |
|
int | GetRegionContainingCell (int set, vtkIdType cellID) |
|
int | GetRegionContainingCell (vtkIdType cellID) |
|
int | ViewOrderAllRegionsInDirection (const double directionOfProjection[3], vtkIntArray *orderedList) |
|
int | ViewOrderRegionsInDirection (vtkIntArray *regionIds, const double directionOfProjection[3], vtkIntArray *orderedList) |
|
int | ViewOrderAllRegionsFromPosition (const double directionOfProjection[3], vtkIntArray *orderedList) |
|
int | ViewOrderRegionsFromPosition (vtkIntArray *regionIds, const double directionOfProjection[3], vtkIntArray *orderedList) |
|
void | BuildLocatorFromPoints (vtkPointSet *pointset) |
|
void | BuildLocatorFromPoints (vtkPoints *ptArray) |
|
void | BuildLocatorFromPoints (vtkPoints **ptArray, int numPtArrays) |
|
vtkIdType | FindPoint (double *x) |
|
vtkIdType | FindPoint (double x, double y, double z) |
|
vtkIdType | FindClosestPoint (double *x, double &dist2) |
|
vtkIdType | FindClosestPoint (double x, double y, double z, double &dist2) |
|
vtkIdType | FindClosestPointWithinRadius (double radius, const double x[3], double &dist2) |
|
vtkIdType | FindClosestPointInRegion (int regionId, double *x, double &dist2) |
|
vtkIdType | FindClosestPointInRegion (int regionId, double x, double y, double z, double &dist2) |
|
virtual void | GenerateRepresentationUsingDataBoundsOn () |
|
virtual void | GenerateRepresentationUsingDataBoundsOff () |
|
virtual void | SetGenerateRepresentationUsingDataBounds (int) |
|
virtual int | GetGenerateRepresentationUsingDataBounds () |
|
virtual void | Update () |
|
virtual void | Initialize () |
|
virtual void | SetMaxLevel (int) |
|
virtual int | GetMaxLevel () |
|
virtual int | GetLevel () |
|
virtual void | SetAutomatic (int) |
|
virtual int | GetAutomatic () |
|
virtual void | AutomaticOn () |
|
virtual void | AutomaticOff () |
|
virtual void | SetTolerance (double) |
|
virtual double | GetTolerance () |
|
virtual unsigned long | GetBuildTime () |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
vtkLocator * | NewInstance () const |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual unsigned long | GetMTime () |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|