|
MorphoGraphX
2.0-1-227
|
#include <CellDivision.hpp>
Public Member Functions | |
| DivPlane () | |
| DivPlane (Point3d nrml, Point3d pos, double displ) | |
Public Attributes | |
| Point3d | nrml |
| Point3d | pos |
| double | displ |
| double | area |
| int | label |
| double | size |
| std::vector< vertex > | vtxs |
| std::vector< Point3i > | tris |
Definition at line 18 of file CellDivision.hpp.
|
inline |
Definition at line 30 of file CellDivision.hpp.
Definition at line 31 of file CellDivision.hpp.
| double mgx::DivPlane::area |
Definition at line 22 of file CellDivision.hpp.
| double mgx::DivPlane::displ |
Definition at line 20 of file CellDivision.hpp.
| int mgx::DivPlane::label |
Definition at line 25 of file CellDivision.hpp.
| Point3d mgx::DivPlane::nrml |
Definition at line 19 of file CellDivision.hpp.
| Point3d mgx::DivPlane::pos |
Definition at line 19 of file CellDivision.hpp.
| double mgx::DivPlane::size |
Definition at line 26 of file CellDivision.hpp.
| std::vector<Point3i> mgx::DivPlane::tris |
Definition at line 28 of file CellDivision.hpp.
| std::vector<vertex> mgx::DivPlane::vtxs |
Definition at line 27 of file CellDivision.hpp.
1.8.17