FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
fast::MeshConnection Class Reference

#include <MeshVertex.hpp>

+ Inheritance diagram for fast::MeshConnection:
+ Collaboration diagram for fast::MeshConnection:

Public Member Functions

int getEndpoint (uint index)
 
int getEndpoint1 ()
 
int getEndpoint2 ()
 
Color getColor ()
 
void setEndpoint (int endpointIndex, int vertexIndex)
 
void setEndpoint1 (uint index)
 
void setEndpoint2 (uint index)
 
void setColor (Color color)
 

Protected Member Functions

 MeshConnection ()
 

Protected Attributes

VectorXui mEndpoints
 
Color mColor
 

Constructor & Destructor Documentation

◆ MeshConnection()

fast::MeshConnection::MeshConnection ( )
inlineprotected

Member Function Documentation

◆ getColor()

Color fast::MeshConnection::getColor ( )

◆ getEndpoint()

int fast::MeshConnection::getEndpoint ( uint  index)

◆ getEndpoint1()

int fast::MeshConnection::getEndpoint1 ( )

◆ getEndpoint2()

int fast::MeshConnection::getEndpoint2 ( )

◆ setColor()

void fast::MeshConnection::setColor ( Color  color)

◆ setEndpoint()

void fast::MeshConnection::setEndpoint ( int  endpointIndex,
int  vertexIndex 
)

◆ setEndpoint1()

void fast::MeshConnection::setEndpoint1 ( uint  index)

◆ setEndpoint2()

void fast::MeshConnection::setEndpoint2 ( uint  index)

Member Data Documentation

◆ mColor

Color fast::MeshConnection::mColor
protected

◆ mEndpoints

VectorXui fast::MeshConnection::mEndpoints
protected

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