neurolots  0.3.4
NeuroLOTs
nlgenerator::Quad Class Reference
+ Collaboration diagram for nlgenerator::Quad:

Public Member Functions

NLGENERATOR_API Quad (nlphysics::NodePtr node0_, nlphysics::NodePtr node1_, nlphysics::NodePtr node2_, nlphysics::NodePtr node3_)
 Constructor. More...
 
 ~Quad (void)
 Default destructor.
 
nlphysics::NodePtr node0 (void)
 Method that returns the reference to the first node. More...
 
nlphysics::NodePtr node1 (void)
 Method that returns the reference to the second node. More...
 
nlphysics::NodePtr node2 (void)
 Method that returns the reference to the third node. More...
 
nlphysics::NodePtr node3 (void)
 Method that returns the reference to the fourth node. More...
 

Protected Attributes

nlphysics::NodePtr _node0
 Quad first node.
 
nlphysics::NodePtr _node1
 Quad second node.
 
nlphysics::NodePtr _node2
 Quad third node.
 
nlphysics::NodePtr _node3
 Quad fourth node.
 

Detailed Description

Definition at line 69 of file Icosphere.h.

Constructor & Destructor Documentation

NLGENERATOR_API nlgenerator::Quad::Quad ( nlphysics::NodePtr  node0_,
nlphysics::NodePtr  node1_,
nlphysics::NodePtr  node2_,
nlphysics::NodePtr  node3_ 
)
inline

Constructor.

Parameters
node0_first quad node
node1_second quad node
node2_third quad node
node3_fourth quad node

Definition at line 82 of file Icosphere.h.

Member Function Documentation

nlphysics::NodePtr nlgenerator::Quad::node0 ( void  )
inline

Method that returns the reference to the first node.

Returns
reference to the first node

Definition at line 100 of file Icosphere.h.

nlphysics::NodePtr nlgenerator::Quad::node1 ( void  )
inline

Method that returns the reference to the second node.

Returns
reference to the second node

Definition at line 106 of file Icosphere.h.

nlphysics::NodePtr nlgenerator::Quad::node2 ( void  )
inline

Method that returns the reference to the third node.

Returns
reference to the third node

Definition at line 112 of file Icosphere.h.

nlphysics::NodePtr nlgenerator::Quad::node3 ( void  )
inline

Method that returns the reference to the fourth node.

Returns
reference to the fourth node

Definition at line 119 of file Icosphere.h.


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