VTK
Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
vtkPlanesIntersection Class Reference

A vtkPlanesIntersection object is a vtkPlanes object that can compute whether the arbitrary convex region bounded by it's planes intersects an axis-aligned box. More...

#include <vtkPlanesIntersection.h>

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

Public Member Functions

virtual int IsA (const char *type)
 
vtkPlanesIntersectionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetRegionVertices (vtkPoints *pts)
 
void SetRegionVertices (double *v, int nvertices)
 
int GetNumRegionVertices ()
 
int GetRegionVertices (double *v, int nvertices)
 
int IntersectsRegion (vtkPoints *R)
 
- Public Member Functions inherited from vtkPlanes
vtkPlanesNewInstance () const
 
void EvaluateGradient (double x[3], double n[3])
 
void SetFrustumPlanes (double planes[24])
 
int GetNumberOfPlanes ()
 
double EvaluateFunction (double x[3])
 
double EvaluateFunction (double x, double y, double z)
 
virtual void SetPoints (vtkPoints *)
 
virtual vtkPointsGetPoints ()
 
void SetNormals (vtkDataArray *normals)
 
virtual vtkDataArrayGetNormals ()
 
void SetBounds (const double bounds[6])
 
void SetBounds (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
 
vtkPlaneGetPlane (int i)
 
void GetPlane (int i, vtkPlane *plane)
 
- Public Member Functions inherited from vtkImplicitFunction
vtkImplicitFunctionNewInstance () const
 
unsigned long GetMTime ()
 
double FunctionValue (const double x[3])
 
double FunctionValue (double x, double y, double z)
 
void FunctionGradient (const double x[3], double g[3])
 
doubleFunctionGradient (const double x[3])
 
doubleFunctionGradient (double x, double y, double z)
 
virtual void SetTransform (vtkAbstractTransform *)
 
virtual void SetTransform (const double elements[16])
 
virtual vtkAbstractTransformGetTransform ()
 
double EvaluateFunction (double x, double y, double z)
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
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)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
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 vtkPlanesIntersectionSafeDownCast (vtkObjectBase *o)
 
static vtkPlanesIntersectionNew ()
 
static int PolygonIntersectsBBox (double bounds[6], vtkPoints *pts)
 
static vtkPlanesIntersectionConvert3DCell (vtkCell *cell)
 
- Static Public Member Functions inherited from vtkPlanes
static vtkPlanesNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPlanesSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkImplicitFunction
static int IsTypeOf (const char *type)
 
static vtkImplicitFunctionSafeDownCast (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
 
 vtkPlanesIntersection ()
 
 ~vtkPlanesIntersection ()
 
- Protected Member Functions inherited from vtkPlanes
 vtkPlanes ()
 
 ~vtkPlanes ()
 
- Protected Member Functions inherited from vtkImplicitFunction
 vtkImplicitFunction ()
 
 ~vtkImplicitFunction ()
 
- 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 &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Static Protected Member Functions

static void ComputeNormal (double *p1, double *p2, double *p3, double normal[3])
 
static double EvaluatePlaneEquation (double *x, double *p)
 
static void PlaneEquation (double *n, double *x, double *p)
 
static int GoodNormal (double *n)
 
static int Invert3x3 (double M[3][3])
 

Additional Inherited Members

- Public Types inherited from vtkPlanes
typedef vtkImplicitFunction Superclass
 
- Public Types inherited from vtkImplicitFunction
typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 
- Protected Attributes inherited from vtkPlanes
vtkPointsPoints
 
vtkDataArrayNormals
 
vtkPlanePlane
 
- Protected Attributes inherited from vtkImplicitFunction
vtkAbstractTransformTransform
 
double ReturnValue [3]
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

A vtkPlanesIntersection object is a vtkPlanes object that can compute whether the arbitrary convex region bounded by it's planes intersects an axis-aligned box.

A subclass of vtkPlanes, this class determines whether it intersects an axis aligned box. This is motivated by the need to intersect the axis aligned region of a spacial decomposition of volume data with various other regions. It uses the algorithm from Graphics Gems IV, page 81.

Caveat:
An instance of vtkPlanes can be redefined by changing the planes, but this subclass then will not know if the region vertices are up to date. (Region vertices can be specified in SetRegionVertices or computed by the subclass.) So Delete and recreate if you want to change the set of planes.

Definition at line 51 of file vtkPlanesIntersection.h.

Constructor & Destructor Documentation

vtkPlanesIntersection::vtkPlanesIntersection ( )
protected
vtkPlanesIntersection::~vtkPlanesIntersection ( )
protected

Member Function Documentation

static int vtkPlanesIntersection::IsTypeOf ( const char *  type)
static
virtual int vtkPlanesIntersection::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 vtkPlanes.

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

Reimplemented from vtkPlanes.

vtkPlanesIntersection* vtkPlanesIntersection::NewInstance ( ) const
void vtkPlanesIntersection::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 vtkPlanes.

static vtkPlanesIntersection* vtkPlanesIntersection::New ( )
static
void vtkPlanesIntersection::SetRegionVertices ( vtkPoints pts)

It helps if you know the vertices of the convex region. If you don't, we will calculate them. Region vertices are 3-tuples.

void vtkPlanesIntersection::SetRegionVertices ( double v,
int  nvertices 
)
int vtkPlanesIntersection::GetNumRegionVertices ( )
int vtkPlanesIntersection::GetRegionVertices ( double v,
int  nvertices 
)
int vtkPlanesIntersection::IntersectsRegion ( vtkPoints R)

Return 1 if the axis aligned box defined by R intersects the region defined by the planes, or 0 otherwise.

static int vtkPlanesIntersection::PolygonIntersectsBBox ( double  bounds[6],
vtkPoints pts 
)
static

A convenience function provided by this class, returns 1 if the polygon defined in pts intersects the bounding box defined in bounds, 0 otherwise. The points must define a planar polygon.

static vtkPlanesIntersection* vtkPlanesIntersection::Convert3DCell ( vtkCell cell)
static

Another convenience function provided by this class, returns the vtkPlanesIntersection object representing a 3D cell. The point IDs for each face must be given in counter-clockwise order from the outside of the cell.

static void vtkPlanesIntersection::ComputeNormal ( double p1,
double p2,
double p3,
double  normal[3] 
)
staticprotected
static double vtkPlanesIntersection::EvaluatePlaneEquation ( double x,
double p 
)
staticprotected
static void vtkPlanesIntersection::PlaneEquation ( double n,
double x,
double p 
)
staticprotected
static int vtkPlanesIntersection::GoodNormal ( double n)
staticprotected
static int vtkPlanesIntersection::Invert3x3 ( double  M[3][3])
staticprotected

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