VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkSMPMergePoints Class Reference

Class designed to help with merging of points in parallel. More...

#include <vtkSMPMergePoints.h>

Inheritance diagram for vtkSMPMergePoints:
[legend]
Collaboration diagram for vtkSMPMergePoints:
[legend]

Public Types

typedef vtkMergePoints Superclass
 
- Public Types inherited from vtkMergePoints
typedef vtkPointLocator Superclass
 
- Public Types inherited from vtkPointLocator
typedef vtkIncrementalPointLocator Superclass
 
- Public Types inherited from vtkIncrementalPointLocator
typedef vtkAbstractPointLocator Superclass
 
- Public Types inherited from vtkAbstractPointLocator
typedef vtkLocator Superclass
 
- Public Types inherited from vtkLocator
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkSMPMergePointsNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void InitializeMerge ()
 
void FixSizeOfPointArray ()
 
void Merge (vtkSMPMergePoints *locator, vtkIdType idx, vtkPointData *outPd, vtkPointData *inPd, vtkIdList *idList)
 
vtkIdType GetMaxId ()
 
vtkIdType GetNumberOfIdsInBucket (vtkIdType idx)
 
vtkIdType GetNumberOfBuckets ()
 
- Public Member Functions inherited from vtkMergePoints
vtkMergePointsNewInstance () const
 
int InsertUniquePoint (const double x[3], vtkIdType &ptId)
 
vtkIdType IsInsertedPoint (const double x[3])
 
vtkIdType IsInsertedPoint (double x, double y, double z)
 
- Public Member Functions inherited from vtkPointLocator
vtkPointLocatorNewInstance () const
 
virtual vtkIdType FindClosestPoint (const double x[3])
 
virtual int InitPointInsertion (vtkPoints *newPts, const double bounds[6])
 
virtual void InsertPoint (vtkIdType ptId, const double x[3])
 
virtual vtkIdType InsertNextPoint (const double x[3])
 
virtual vtkIdType FindClosestInsertedPoint (const double x[3])
 
virtual void FindClosestNPoints (int N, const double x[3], vtkIdList *result)
 
virtual vtkIdListGetPointsInBucket (const double x[3], int ijk[3])
 
virtual void SetDivisions (int, int, int)
 
virtual void SetDivisions (int[3])
 
virtual intGetDivisions ()
 
virtual void GetDivisions (int data[3])
 
virtual void SetNumberOfPointsPerBucket (int)
 
virtual int GetNumberOfPointsPerBucket ()
 
virtual vtkIdType FindClosestPointWithinRadius (double radius, const double x[3], double &dist2)
 
virtual vtkIdType FindClosestPointWithinRadius (double radius, const double x[3], double inputDataLength, double &dist2)
 
virtual int InitPointInsertion (vtkPoints *newPts, const double bounds[6], vtkIdType estSize)
 
vtkIdType IsInsertedPoint (double x, double y, double z)
 
virtual void FindDistributedPoints (int N, const double x[3], vtkIdList *result, int M)
 
virtual void FindDistributedPoints (int N, double x, double y, double z, vtkIdList *result, int M)
 
virtual void FindPointsWithinRadius (double R, const double x[3], vtkIdList *result)
 
virtual vtkPointsGetPoints ()
 
void Initialize ()
 
void FreeSearchStructure ()
 
void BuildLocator ()
 
void GenerateRepresentation (int level, vtkPolyData *pd)
 
- Public Member Functions inherited from vtkIncrementalPointLocator
vtkIncrementalPointLocatorNewInstance () const
 
- Public Member Functions inherited from vtkAbstractPointLocator
vtkAbstractPointLocatorNewInstance () const
 
vtkIdType FindClosestPoint (double x, double y, double z)
 
void FindClosestNPoints (int N, double x, double y, double z, vtkIdList *result)
 
void FindPointsWithinRadius (double R, double x, double y, double z, vtkIdList *result)
 
virtual doubleGetBounds ()
 
virtual void GetBounds (double *)
 
- Public Member Functions inherited from vtkLocator
vtkLocatorNewInstance () const
 
virtual void Update ()
 
virtual void SetDataSet (vtkDataSet *)
 
virtual vtkDataSetGetDataSet ()
 
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)
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () 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)
 
vtkCommandGetCommand (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)
 
- Public Member Functions inherited from vtkObjectBase
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 ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkSMPMergePointsSafeDownCast (vtkObjectBase *o)
 
static vtkSMPMergePointsNew ()
 
- Static Public Member Functions inherited from vtkMergePoints
static vtkMergePointsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkMergePointsSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkPointLocator
static vtkPointLocatorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPointLocatorSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkIncrementalPointLocator
static int IsTypeOf (const char *type)
 
static vtkIncrementalPointLocatorSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAbstractPointLocator
static int IsTypeOf (const char *type)
 
static vtkAbstractPointLocatorSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkLocator
static int IsTypeOf (const char *type)
 
static vtkLocatorSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkSMPMergePoints ()
 
 ~vtkSMPMergePoints ()
 
- Protected Member Functions inherited from vtkMergePoints
 vtkMergePoints ()
 
 ~vtkMergePoints ()
 
- Protected Member Functions inherited from vtkPointLocator
 vtkPointLocator ()
 
virtual ~vtkPointLocator ()
 
void GetBucketNeighbors (vtkNeighborPoints *buckets, const int ijk[3], const int ndivs[3], int level)
 
void GetOverlappingBuckets (vtkNeighborPoints *buckets, const double x[3], const int ijk[3], double dist, int level)
 
void GetOverlappingBuckets (vtkNeighborPoints *buckets, const double x[3], double dist, int prevMinLevel[3], int prevMaxLevel[3])
 
void GenerateFace (int face, int i, int j, int k, vtkPoints *pts, vtkCellArray *polys)
 
double Distance2ToBucket (const double x[3], const int nei[3])
 
double Distance2ToBounds (const double x[3], const double bounds[6])
 
vtkIdType GetBucketIndex (const double x[3])
 
void GetBucketIndices (const double x[3], int ijk[3])
 
- Protected Member Functions inherited from vtkIncrementalPointLocator
 vtkIncrementalPointLocator ()
 
virtual ~vtkIncrementalPointLocator ()
 
- Protected Member Functions inherited from vtkAbstractPointLocator
 vtkAbstractPointLocator ()
 
virtual ~vtkAbstractPointLocator ()
 
- Protected Member Functions inherited from vtkLocator
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkLocator ()
 
 ~vtkLocator ()
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkAtomicIdType AtomicInsertionId
 
- Protected Attributes inherited from vtkPointLocator
vtkPointsPoints
 
int Divisions [3]
 
int NumberOfPointsPerBucket
 
vtkIdList ** HashTable
 
vtkIdType NumberOfBuckets
 
double H [3]
 
double InsertionTol2
 
vtkIdType InsertionPointId
 
double InsertionLevel
 
- Protected Attributes inherited from vtkAbstractPointLocator
double Bounds [6]
 
- Protected Attributes inherited from vtkLocator
vtkDataSetDataSet
 
int Automatic
 
double Tolerance
 
int MaxLevel
 
int Level
 
vtkTimeStamp BuildTime
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

Class designed to help with merging of points in parallel.

vtkSMPMergePoints is a subclass of vtkMergePoints designed to help with merging of points generated by using multiple locators in parallel. Its main functionality is provided by the Merge function. It also has a few additional convenience functions. Merge is thread safe as long as no two threads are merging the same bin. The common way of using vtkSMPMergePoints is:

Definition at line 40 of file vtkSMPMergePoints.h.

Member Typedef Documentation

Definition at line 43 of file vtkSMPMergePoints.h.

Constructor & Destructor Documentation

vtkSMPMergePoints::vtkSMPMergePoints ( )
protected
vtkSMPMergePoints::~vtkSMPMergePoints ( )
protected

Member Function Documentation

static int vtkSMPMergePoints::IsTypeOf ( const char *  type)
static
virtual int vtkSMPMergePoints::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkMergePoints.

static vtkSMPMergePoints* vtkSMPMergePoints::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkSMPMergePoints::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkMergePoints.

vtkSMPMergePoints* vtkSMPMergePoints::NewInstance ( ) const
static vtkSMPMergePoints* vtkSMPMergePoints::New ( )
static
void vtkSMPMergePoints::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkMergePoints.

void vtkSMPMergePoints::InitializeMerge ( )

This should be called from 1 thread before any call to Merge.

void vtkSMPMergePoints::Merge ( vtkSMPMergePoints locator,
vtkIdType  idx,
vtkPointData outPd,
vtkPointData inPd,
vtkIdList idList 
)

Merge the points of one of the bins from the given locator to the same bin of the current locator. Note that this requires that the two locators have identical binning structures. This also merges point data given in the inPD argument to the outPd. Furthermore, it generates a map of the old ids of the input locator to the new ids. This is stored in the idList argument. The map is idList[oldId] = newId.

void vtkSMPMergePoints::FixSizeOfPointArray ( )

At the of the merge, this can be called to set the MaxId of the points array to the maximum id in the locator. The current design usage is as follows: - Allocate points with points->Resize(numPts). NumPts should be >= total number of points - Do bunch of merging with outLocator->Merge(inLocator[i], ...) - Fix the size of points with outLocator->FixSizeOfPointArray()

vtkIdType vtkSMPMergePoints::GetMaxId ( )
inline

Returns the biggest id in the locator.

Definition at line 75 of file vtkSMPMergePoints.h.

vtkIdType vtkSMPMergePoints::GetNumberOfIdsInBucket ( vtkIdType  idx)
inline

Retuns the number of points in a bin.

Definition at line 83 of file vtkSMPMergePoints.h.

vtkIdType vtkSMPMergePoints::GetNumberOfBuckets ( void  )
inline

Retuns the number of bins.

Definition at line 96 of file vtkSMPMergePoints.h.

Member Data Documentation

vtkAtomicIdType vtkSMPMergePoints::AtomicInsertionId
protected

Definition at line 106 of file vtkSMPMergePoints.h.


The documentation for this class was generated from the following file: