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

a superclass for ray casting functions More...

#include <vtkUnstructuredGridBunykRayCastFunction.h>

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

Classes

class  Intersection
 
class  Triangle
 

Public Types

typedef vtkUnstructuredGridVolumeRayCastFunction Superclass
 
- Public Types inherited from vtkUnstructuredGridVolumeRayCastFunction
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkUnstructuredGridBunykRayCastFunctionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void Initialize (vtkRenderer *ren, vtkVolume *vol) override
 Called by the ray cast mapper at the start of rendering. More...
 
void Finalize () override
 Called by the ray cast mapper at the end of rendering. More...
 
vtkUnstructuredGridVolumeRayCastIteratorNewIterator () override
 Returns a new object that will iterate over all the intersections of a ray with the cells of the input. More...
 
int InTriangle (double x, double y, Triangle *triPtr)
 Is the point x, y, in the given triangle? Public for access from the templated function. More...
 
doubleGetPoints ()
 Access to an internal structure for the templated method. More...
 
Triangle ** GetTetraTriangles ()
 Access to an internal structure for the templated method. More...
 
IntersectionGetIntersectionList (int x, int y)
 Access to an internal structure for the templated method. More...
 
virtual vtkMatrix4x4GetViewToWorldMatrix ()
 Access to an internal structure for the templated method. More...
 
virtual intGetImageOrigin ()
 Access to an internal structure for the templated method. More...
 
virtual void GetImageOrigin (int data[2])
 Access to an internal structure for the templated method. More...
 
virtual intGetImageViewportSize ()
 Access to an internal structure for the templated method. More...
 
virtual void GetImageViewportSize (int data[2])
 Access to an internal structure for the templated method. More...
 
- Public Member Functions inherited from vtkUnstructuredGridVolumeRayCastFunction
vtkUnstructuredGridVolumeRayCastFunctionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
int InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
int InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
virtual void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
void PrintRevisions (ostream &)
 Legacy. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 

Static Public Member Functions

static vtkUnstructuredGridBunykRayCastFunctionNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkUnstructuredGridBunykRayCastFunctionSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkUnstructuredGridVolumeRayCastFunction
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkUnstructuredGridVolumeRayCastFunctionSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (int val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static int GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkUnstructuredGridBunykRayCastFunction ()
 
 ~vtkUnstructuredGridBunykRayCastFunction () override
 
int IsTriangleFrontFacing (Triangle *triPtr, vtkIdType tetraIndex)
 
void ClearImage ()
 
void * NewIntersection ()
 
int CheckValidity (vtkRenderer *ren, vtkVolume *vol)
 
void TransformPoints ()
 
void UpdateTriangleList ()
 
void ComputeViewDependentInfo ()
 
void ComputePixelIntersections ()
 
- Protected Member Functions inherited from vtkUnstructuredGridVolumeRayCastFunction
 vtkUnstructuredGridVolumeRayCastFunction ()
 
 ~vtkUnstructuredGridVolumeRayCastFunction () override
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkRendererRenderer
 
vtkVolumeVolume
 
vtkUnstructuredGridVolumeRayCastMapperMapper
 
int Valid
 
int NumberOfPoints
 
doublePoints
 
vtkMatrix4x4ViewToWorldMatrix
 
Intersection ** Image
 
int ImageSize [2]
 
int ImageOrigin [2]
 
int ImageViewportSize [2]
 
vtkUnstructuredGridBaseSavedTriangleListInput
 
vtkTimeStamp SavedTriangleListMTime
 
Triangle ** TetraTriangles
 
vtkIdType TetraTrianglesSize
 
TriangleTriangleList
 
IntersectionIntersectionBuffer [VTK_BUNYKRCF_MAX_ARRAYS]
 
int IntersectionBufferCount [VTK_BUNYKRCF_MAX_ARRAYS]
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

a superclass for ray casting functions

vtkUnstructuredGridBunykRayCastFunction is a concrete implementation of a ray cast function for unstructured grid data. This class was based on the paper "Simple, Fast, Robust Ray Casting of Irregular Grids" by Paul Bunyk, Arie Kaufmna, and Claudio Silva. This method is quite memory intensive (with extra explicit copies of the data) and therefore should not be used for very large data. This method assumes that the input data is composed entirely of tetras - use vtkDataSetTriangleFilter before setting the input on the mapper.

The basic idea of this method is as follows:

1) Enumerate the triangles. At each triangle have space for some information that will be used during rendering. This includes which tetra the triangles belong to, the plane equation and the Barycentric coefficients.

2) Keep a reference to all four triangles for each tetra.

3) At the beginning of each render, do the precomputation. This includes creating an array of transformed points (in view coordinates) and computing the view dependent info per triangle (plane equations and barycentric coords in view space)

4) Find all front facing boundary triangles (a triangle is on the boundary if it belongs to only one tetra). For each triangle, find all pixels in the image that intersect the triangle, and add this to the sorted (by depth) intersection list at each pixel.

5) For each ray cast, traverse the intersection list. At each intersection, accumulate opacity and color contribution per tetra along the ray until you reach an exiting triangle (on the boundary).

See also
vtkUnstructuredGridVolumeRayCastMapper

Definition at line 83 of file vtkUnstructuredGridBunykRayCastFunction.h.

Member Typedef Documentation

Definition at line 87 of file vtkUnstructuredGridBunykRayCastFunction.h.

Constructor & Destructor Documentation

vtkUnstructuredGridBunykRayCastFunction::vtkUnstructuredGridBunykRayCastFunction ( )
protected
vtkUnstructuredGridBunykRayCastFunction::~vtkUnstructuredGridBunykRayCastFunction ( )
overrideprotected

Member Function Documentation

static vtkUnstructuredGridBunykRayCastFunction* vtkUnstructuredGridBunykRayCastFunction::New ( )
static
static vtkTypeBool vtkUnstructuredGridBunykRayCastFunction::IsTypeOf ( const char *  type)
static
virtual vtkTypeBool vtkUnstructuredGridBunykRayCastFunction::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 vtkUnstructuredGridVolumeRayCastFunction.

static vtkUnstructuredGridBunykRayCastFunction* vtkUnstructuredGridBunykRayCastFunction::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkUnstructuredGridBunykRayCastFunction::NewInstanceInternal ( ) const
protectedvirtual
vtkUnstructuredGridBunykRayCastFunction* vtkUnstructuredGridBunykRayCastFunction::NewInstance ( ) const
void vtkUnstructuredGridBunykRayCastFunction::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
overridevirtual

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 vtkObject.

void vtkUnstructuredGridBunykRayCastFunction::Initialize ( vtkRenderer ren,
vtkVolume vol 
)
overridevirtual

Called by the ray cast mapper at the start of rendering.

Implements vtkUnstructuredGridVolumeRayCastFunction.

void vtkUnstructuredGridBunykRayCastFunction::Finalize ( )
overridevirtual

Called by the ray cast mapper at the end of rendering.

Implements vtkUnstructuredGridVolumeRayCastFunction.

vtkUnstructuredGridVolumeRayCastIterator* vtkUnstructuredGridBunykRayCastFunction::NewIterator ( )
overridevirtual

Returns a new object that will iterate over all the intersections of a ray with the cells of the input.

The calling code is responsible for deleting the returned object.

Implements vtkUnstructuredGridVolumeRayCastFunction.

int vtkUnstructuredGridBunykRayCastFunction::InTriangle ( double  x,
double  y,
Triangle triPtr 
)

Is the point x, y, in the given triangle? Public for access from the templated function.

double* vtkUnstructuredGridBunykRayCastFunction::GetPoints ( )
inline

Access to an internal structure for the templated method.

Definition at line 136 of file vtkUnstructuredGridBunykRayCastFunction.h.

virtual vtkMatrix4x4* vtkUnstructuredGridBunykRayCastFunction::GetViewToWorldMatrix ( )
virtual

Access to an internal structure for the templated method.

virtual int* vtkUnstructuredGridBunykRayCastFunction::GetImageOrigin ( )
virtual

Access to an internal structure for the templated method.

virtual void vtkUnstructuredGridBunykRayCastFunction::GetImageOrigin ( int  data[2])
virtual

Access to an internal structure for the templated method.

virtual int* vtkUnstructuredGridBunykRayCastFunction::GetImageViewportSize ( )
virtual

Access to an internal structure for the templated method.

virtual void vtkUnstructuredGridBunykRayCastFunction::GetImageViewportSize ( int  data[2])
virtual

Access to an internal structure for the templated method.

Triangle** vtkUnstructuredGridBunykRayCastFunction::GetTetraTriangles ( )
inline

Access to an internal structure for the templated method.

Definition at line 162 of file vtkUnstructuredGridBunykRayCastFunction.h.

Intersection* vtkUnstructuredGridBunykRayCastFunction::GetIntersectionList ( int  x,
int  y 
)
inline

Access to an internal structure for the templated method.

Definition at line 167 of file vtkUnstructuredGridBunykRayCastFunction.h.

int vtkUnstructuredGridBunykRayCastFunction::IsTriangleFrontFacing ( Triangle triPtr,
vtkIdType  tetraIndex 
)
protected
void vtkUnstructuredGridBunykRayCastFunction::ClearImage ( )
protected
void* vtkUnstructuredGridBunykRayCastFunction::NewIntersection ( )
protected
int vtkUnstructuredGridBunykRayCastFunction::CheckValidity ( vtkRenderer ren,
vtkVolume vol 
)
protected
void vtkUnstructuredGridBunykRayCastFunction::TransformPoints ( )
protected
void vtkUnstructuredGridBunykRayCastFunction::UpdateTriangleList ( )
protected
void vtkUnstructuredGridBunykRayCastFunction::ComputeViewDependentInfo ( )
protected
void vtkUnstructuredGridBunykRayCastFunction::ComputePixelIntersections ( )
protected

Member Data Documentation

vtkRenderer* vtkUnstructuredGridBunykRayCastFunction::Renderer
protected

Definition at line 175 of file vtkUnstructuredGridBunykRayCastFunction.h.

vtkVolume* vtkUnstructuredGridBunykRayCastFunction::Volume
protected

Definition at line 176 of file vtkUnstructuredGridBunykRayCastFunction.h.

vtkUnstructuredGridVolumeRayCastMapper* vtkUnstructuredGridBunykRayCastFunction::Mapper
protected

Definition at line 177 of file vtkUnstructuredGridBunykRayCastFunction.h.

int vtkUnstructuredGridBunykRayCastFunction::Valid
protected

Definition at line 182 of file vtkUnstructuredGridBunykRayCastFunction.h.

int vtkUnstructuredGridBunykRayCastFunction::NumberOfPoints
protected

Definition at line 185 of file vtkUnstructuredGridBunykRayCastFunction.h.

double* vtkUnstructuredGridBunykRayCastFunction::Points
protected

Definition at line 186 of file vtkUnstructuredGridBunykRayCastFunction.h.

vtkMatrix4x4* vtkUnstructuredGridBunykRayCastFunction::ViewToWorldMatrix
protected

Definition at line 190 of file vtkUnstructuredGridBunykRayCastFunction.h.

Intersection** vtkUnstructuredGridBunykRayCastFunction::Image
protected

Definition at line 194 of file vtkUnstructuredGridBunykRayCastFunction.h.

int vtkUnstructuredGridBunykRayCastFunction::ImageSize[2]
protected

Definition at line 198 of file vtkUnstructuredGridBunykRayCastFunction.h.

int vtkUnstructuredGridBunykRayCastFunction::ImageOrigin[2]
protected

Definition at line 205 of file vtkUnstructuredGridBunykRayCastFunction.h.

int vtkUnstructuredGridBunykRayCastFunction::ImageViewportSize[2]
protected

Definition at line 208 of file vtkUnstructuredGridBunykRayCastFunction.h.

vtkUnstructuredGridBase* vtkUnstructuredGridBunykRayCastFunction::SavedTriangleListInput
protected

Definition at line 212 of file vtkUnstructuredGridBunykRayCastFunction.h.

vtkTimeStamp vtkUnstructuredGridBunykRayCastFunction::SavedTriangleListMTime
protected

Definition at line 213 of file vtkUnstructuredGridBunykRayCastFunction.h.

Triangle** vtkUnstructuredGridBunykRayCastFunction::TetraTriangles
protected

Definition at line 221 of file vtkUnstructuredGridBunykRayCastFunction.h.

vtkIdType vtkUnstructuredGridBunykRayCastFunction::TetraTrianglesSize
protected

Definition at line 222 of file vtkUnstructuredGridBunykRayCastFunction.h.

Triangle* vtkUnstructuredGridBunykRayCastFunction::TriangleList
protected

Definition at line 224 of file vtkUnstructuredGridBunykRayCastFunction.h.

Intersection* vtkUnstructuredGridBunykRayCastFunction::IntersectionBuffer[VTK_BUNYKRCF_MAX_ARRAYS]
protected

Definition at line 240 of file vtkUnstructuredGridBunykRayCastFunction.h.

int vtkUnstructuredGridBunykRayCastFunction::IntersectionBufferCount[VTK_BUNYKRCF_MAX_ARRAYS]
protected

Definition at line 241 of file vtkUnstructuredGridBunykRayCastFunction.h.


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