VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkvmtkCenterlineSphereDistance Class Reference

Collection of functions which compute point ids which are n-spheres away from a reference point. More...

#include <vtkvmtkCenterlineSphereDistance.h>

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

Public Types

typedef vtkObject Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkCenterlineSphereDistanceNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkvmtkCenterlineSphereDistanceSafeDownCast (vtkObjectBase *o)
 
static vtkvmtkCenterlineSphereDistanceNew ()
 
static void FindTouchingSphereCenter (vtkPolyData *centerlines, const char *radiusArrayName, vtkIdType cellId, vtkIdType subId, double pcoord, vtkIdType &touchingSubId, double &touchingPCoord, bool forward=true)
 
static void FindNTouchingSphereCenter (vtkPolyData *centerlines, const char *radiusArrayName, vtkIdType cellId, vtkIdType subId, double pcoord, int numberOfTouchingSpheres, vtkIdType &touchingSubId, double &touchingPCoord, bool forward=true)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkCenterlineSphereDistance ()
 
 ~vtkvmtkCenterlineSphereDistance ()
 

Detailed Description

Collection of functions which compute point ids which are n-spheres away from a reference point.

Date
2006/04/06 16:46:43
Revision
1.3

Allows us to find points which are n-touching spheres upstream or downstream from a reference point. In this description, "touching sphere" refers to the the points on the centerline (one upstream, one downstream) which lie closest to ("touch") the surface of a sphere whose barycenter is located at the reference points location. In practice, this means that we use the centerline's MaximumInscribedSphereRadius point data as the "sphere" radius/surface.

This metric is used because it is a well behaved way to normalize the comparison of distance as vessel radius scales.

Definition at line 39 of file vtkvmtkCenterlineSphereDistance.h.

Member Typedef Documentation

◆ Superclass

Definition at line 42 of file vtkvmtkCenterlineSphereDistance.h.

Constructor & Destructor Documentation

◆ vtkvmtkCenterlineSphereDistance()

vtkvmtkCenterlineSphereDistance::vtkvmtkCenterlineSphereDistance ( )
inlineprotected

Definition at line 51 of file vtkvmtkCenterlineSphereDistance.h.

51 {};

◆ ~vtkvmtkCenterlineSphereDistance()

vtkvmtkCenterlineSphereDistance::~vtkvmtkCenterlineSphereDistance ( )
inlineprotected

Definition at line 52 of file vtkvmtkCenterlineSphereDistance.h.

52 {};

Member Function Documentation

◆ IsTypeOf()

static int vtkvmtkCenterlineSphereDistance::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkvmtkCenterlineSphereDistance::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkvmtkCenterlineSphereDistance* vtkvmtkCenterlineSphereDistance::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkCenterlineSphereDistance::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkCenterlineSphereDistance* vtkvmtkCenterlineSphereDistance::NewInstance ( ) const

◆ PrintSelf()

void vtkvmtkCenterlineSphereDistance::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ New()

static vtkvmtkCenterlineSphereDistance* vtkvmtkCenterlineSphereDistance::New ( )
static

◆ FindTouchingSphereCenter()

static void vtkvmtkCenterlineSphereDistance::FindTouchingSphereCenter ( vtkPolyData *  centerlines,
const char *  radiusArrayName,
vtkIdType  cellId,
vtkIdType  subId,
double  pcoord,
vtkIdType &  touchingSubId,
double &  touchingPCoord,
bool  forward = true 
)
static

◆ FindNTouchingSphereCenter()

static void vtkvmtkCenterlineSphereDistance::FindNTouchingSphereCenter ( vtkPolyData *  centerlines,
const char *  radiusArrayName,
vtkIdType  cellId,
vtkIdType  subId,
double  pcoord,
int  numberOfTouchingSpheres,
vtkIdType &  touchingSubId,
double &  touchingPCoord,
bool  forward = true 
)
static

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