Constellation: Connectivity-based Structural Parcellation


constel::MeshIntersectionNoSmoothingBundleListener Class Reference

#include <constellation/bundleTools.h>

Inheritance diagram for constel::MeshIntersectionNoSmoothingBundleListener:
Collaboration diagram for constel::MeshIntersectionNoSmoothingBundleListener:

Public Member Functions

 MeshIntersectionNoSmoothingBundleListener (const AimsSurfaceTriangle &aimsMesh, BundleInteractionReader &bundleInteractionReader, double meshClosestPointMaxDistance=7., bool verbose=false)
 
virtual void fiberStarted (const aims::BundleProducer &, const aims::BundleInfo &, const aims::FiberInfo &)
 
virtual void fiberTerminated (const aims::BundleProducer &, const aims::BundleInfo &, const aims::FiberInfo &)
 
virtual void newFiberPoint (const aims::BundleProducer &, const aims::BundleInfo &, const aims::FiberInfo &, const aims::FiberPoint &)
 
virtual void noMoreBundle (const aims::BundleProducer &)
 
void setMeshIdentity (int meshIdentity)
 
virtual ~MeshIntersectionNoSmoothingBundleListener ()
 
- Public Member Functions inherited from aims::BundleListener
virtual ~BundleListener ()
 

Protected Attributes

BundleInteractionReader_bundleInteractionReader
 
double _meshClosestPointMaxDistance
 
bool _verbose
 
int _meshIdentity
 
const AimsSurfaceTriangle_aimsMesh
 
PolygonsByVertexIndex _meshPolygonsByVertex_Index
 
constel::KDTree_mesh_kdt_ptr
 
bool _antFiberPoint_ExistingMeshIntersection
 
std::size_t _antFiberPointMeshClosestPoint_index
 
float _antFiberPointMeshClosestPoint_dist
 
std::size_t _fiberPointCount
 
std::size_t _fiberCount
 

Additional Inherited Members

- Protected Member Functions inherited from aims::BundleListener
virtual void bundleStarted (const BundleProducer &, const BundleInfo &)
 
virtual void bundleTerminated (const BundleProducer &, const BundleInfo &)
 

Detailed Description

Definition at line 218 of file bundleTools.h.

Constructor & Destructor Documentation

◆ MeshIntersectionNoSmoothingBundleListener()

constel::MeshIntersectionNoSmoothingBundleListener::MeshIntersectionNoSmoothingBundleListener ( const AimsSurfaceTriangle & aimsMesh,
BundleInteractionReader & bundleInteractionReader,
double meshClosestPointMaxDistance = 7.,
bool verbose = false )

◆ ~MeshIntersectionNoSmoothingBundleListener()

virtual constel::MeshIntersectionNoSmoothingBundleListener::~MeshIntersectionNoSmoothingBundleListener ( )
virtual

Member Function Documentation

◆ fiberStarted()

virtual void constel::MeshIntersectionNoSmoothingBundleListener::fiberStarted ( const aims::BundleProducer & ,
const aims::BundleInfo & ,
const aims::FiberInfo &  )
virtual

◆ fiberTerminated()

virtual void constel::MeshIntersectionNoSmoothingBundleListener::fiberTerminated ( const aims::BundleProducer & ,
const aims::BundleInfo & ,
const aims::FiberInfo &  )
virtual

◆ newFiberPoint()

virtual void constel::MeshIntersectionNoSmoothingBundleListener::newFiberPoint ( const aims::BundleProducer & ,
const aims::BundleInfo & ,
const aims::FiberInfo & ,
const aims::FiberPoint &  )
virtual

◆ noMoreBundle()

virtual void constel::MeshIntersectionNoSmoothingBundleListener::noMoreBundle ( const aims::BundleProducer & )
virtual

◆ setMeshIdentity()

void constel::MeshIntersectionNoSmoothingBundleListener::setMeshIdentity ( int meshIdentity)

Member Data Documentation

◆ _aimsMesh

const AimsSurfaceTriangle& constel::MeshIntersectionNoSmoothingBundleListener::_aimsMesh
protected

Definition at line 245 of file bundleTools.h.

◆ _antFiberPoint_ExistingMeshIntersection

bool constel::MeshIntersectionNoSmoothingBundleListener::_antFiberPoint_ExistingMeshIntersection
protected

Definition at line 252 of file bundleTools.h.

◆ _antFiberPointMeshClosestPoint_dist

float constel::MeshIntersectionNoSmoothingBundleListener::_antFiberPointMeshClosestPoint_dist
protected

Definition at line 254 of file bundleTools.h.

◆ _antFiberPointMeshClosestPoint_index

std::size_t constel::MeshIntersectionNoSmoothingBundleListener::_antFiberPointMeshClosestPoint_index
protected

Definition at line 253 of file bundleTools.h.

◆ _bundleInteractionReader

BundleInteractionReader* constel::MeshIntersectionNoSmoothingBundleListener::_bundleInteractionReader
protected

Definition at line 241 of file bundleTools.h.

◆ _fiberCount

std::size_t constel::MeshIntersectionNoSmoothingBundleListener::_fiberCount
protected

Definition at line 257 of file bundleTools.h.

◆ _fiberPointCount

std::size_t constel::MeshIntersectionNoSmoothingBundleListener::_fiberPointCount
protected

Definition at line 256 of file bundleTools.h.

◆ _mesh_kdt_ptr

constel::KDTree* constel::MeshIntersectionNoSmoothingBundleListener::_mesh_kdt_ptr
protected

Definition at line 249 of file bundleTools.h.

◆ _meshClosestPointMaxDistance

double constel::MeshIntersectionNoSmoothingBundleListener::_meshClosestPointMaxDistance
protected

Definition at line 242 of file bundleTools.h.

◆ _meshIdentity

int constel::MeshIntersectionNoSmoothingBundleListener::_meshIdentity
protected

Definition at line 244 of file bundleTools.h.

◆ _meshPolygonsByVertex_Index

PolygonsByVertexIndex constel::MeshIntersectionNoSmoothingBundleListener::_meshPolygonsByVertex_Index
protected

Definition at line 247 of file bundleTools.h.

◆ _verbose

bool constel::MeshIntersectionNoSmoothingBundleListener::_verbose
protected

Definition at line 243 of file bundleTools.h.


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