Fovia's .NET Client/Server API
Public Member Functions | Public Attributes | List of all members
com.fovia.hdrcsrv.FIND_PATH_RESULT Class Reference

Public Member Functions

void add (double x, double y, double z)
 
void clear ()
 
int size ()
 

Public Attributes

Vector< VECTOR3Dpath = new Vector<VECTOR3D>()
 

Detailed Description

The structure that contains the result of an hdrcIVolumeSegmentation::findPath() call.

Member Function Documentation

void com.fovia.hdrcsrv.FIND_PATH_RESULT.add ( double  x,
double  y,
double  z 
)

Used internally to add a point to the resultant path.

Parameters
x
y
z
void com.fovia.hdrcsrv.FIND_PATH_RESULT.clear ( )

Used internally to clear the path in this structure.

int com.fovia.hdrcsrv.FIND_PATH_RESULT.size ( )

Returns the size of the resultant path. If 0, a path was not found.

Returns

Member Data Documentation

Vector<VECTOR3D> com.fovia.hdrcsrv.FIND_PATH_RESULT.path = new Vector<VECTOR3D>()

The collection of 3D points describing the path found between the specified start and finish points.