Definition at line 38 of file JointNode.h.
NLGENERATOR_API nlgenerator::JointNode::JointNode |
( |
const Eigen::Vector3f & |
position_, |
|
|
float |
radius_ |
|
) |
| |
Constructor.
- Parameters
-
position_ | position of the joint node |
radius_ | radius of the joint node |
NLGENERATOR_API void nlgenerator::JointNode::addNeighbour |
( |
nsol::NodePtr |
neighbour_ | ) |
|
Method that adds a new nsol neighbour node to the joint.
- Parameters
-
neighbour_ | nsol neighbour node |
NLGENERATOR_API bool& nlgenerator::JointNode::connectedSoma |
( |
void |
| ) |
|
Method that returns the connected soma conditional.
- Returns
- the connected soma conditional
NLGENERATOR_API nsol::NodePtr nlgenerator::JointNode::neighbour |
( |
void |
| ) |
|
Method that return the first neighbour node.
- Returns
- the first neigbour node
NLGENERATOR_API unsigned int nlgenerator::JointNode::numberNeighbors |
( |
void |
| ) |
|
Method that returns the number of neighbors of the joint node.
- Returns
- the number of neighbors of the joint node
NLGENERATOR_API Eigen::Vector3f& nlgenerator::JointNode::position |
( |
void |
| ) |
|
Method that returns the joint node position.
- Returns
- the joint node position
NLGENERATOR_API float& nlgenerator::JointNode::radius |
( |
void |
| ) |
|
Method that returns the join node radius.
- Returns
- the joint node radius
Method that returns the corresponding section quad for each neighbour nsol node.
- Parameters
-
neighbour_ | nsol neighbour node |
- Returns
- the corresponding section quad
Method that returns the first section quad.
- Returns
- the first section quad
The documentation for this class was generated from the following file: