neurolots
0.3.5
NeuroLOTs
|
This is the complete list of members for nlgeometry::Vertex, including all inherited members.
_color | nlgeometry::Vertex | protected |
_id | nlgeometry::Vertex | protected |
_normal | nlgeometry::Vertex | protected |
_position | nlgeometry::Vertex | protected |
_uv | nlgeometry::Vertex | protected |
clone(void) | nlgeometry::Vertex | virtual |
color(void) | nlgeometry::Vertex | |
color(void) const (defined in nlgeometry::Vertex) | nlgeometry::Vertex | |
displace(const Eigen::Vector3f &displacement_) | nlgeometry::Vertex | virtual |
id(void) const | nlgeometry::Vertex | |
norm(const float norm_) | nlgeometry::Vertex | virtual |
normal(void) | nlgeometry::Vertex | |
normal(void) const (defined in nlgeometry::Vertex) | nlgeometry::Vertex | |
normalize(const Eigen::Vector3f &) (defined in nlgeometry::Vertex) | nlgeometry::Vertex | inlinevirtual |
place(const Eigen::Vector3f &placement_) | nlgeometry::Vertex | virtual |
position(void) | nlgeometry::Vertex | |
position(void) const (defined in nlgeometry::Vertex) | nlgeometry::Vertex | |
rotate(const Eigen::Matrix3f &rotation_) | nlgeometry::Vertex | virtual |
rotate(const Eigen::Quaternion< float > &rotation_) | nlgeometry::Vertex | virtual |
store(std::vector< float > &buffer_, const TAttribType attribType_) (defined in nlgeometry::Vertex) | nlgeometry::Vertex | virtual |
store(Attribs &attribs_, const AttribsFormat format_) | nlgeometry::Vertex | |
uv(void) | nlgeometry::Vertex | |
uv(void) const (defined in nlgeometry::Vertex) | nlgeometry::Vertex | |
Vertex(const Eigen::Vector3f &position_, const Eigen::Vector3f &normal_=Eigen::Vector3f(0.0f, 0.0f, 0.0f), const Eigen::Vector3f &color_=Eigen::Vector3f(0.0f, 0.0f, 0.0f), const Eigen::Vector2f &uv_=Eigen::Vector2f(0.0f, 0.0f)) | nlgeometry::Vertex | |
Vertex(const Vertex &other_) | nlgeometry::Vertex | |
~Vertex(void) | nlgeometry::Vertex | virtual |