Namespaces | |
| namespace | Algo |
| namespace | Filter |
| namespace | FreeSurfer |
Classes | |
| class | Mesh |
| class | MeshMulti |
| class | Polygon |
| class | Scalar |
| class | Vox |
Typedefs | |
| using | Vertex = Eigen::Vector3d |
| using | VertexList = vector< Vertex > |
| using | Triangle = Polygon< 3 > |
| using | TriangleList = vector< Triangle > |
| using | Quad = Polygon< 4 > |
| using | QuadList = vector< Quad > |
| using | label_vector_type = Eigen::Array< Connectome::node_t, Eigen::Dynamic, 1 > |
Functions | |
| Vertex | normal (const Vertex &one, const Vertex &two, const Vertex &three) |
| Vertex | normal (const Mesh &mesh, const Triangle &tri) |
| Vertex | normal (const Vertex &one, const Vertex &two, const Vertex &three, const Vertex &four) |
| Vertex | normal (const Mesh &mesh, const Quad &quad) |
| default_type | area (const Vertex &one, const Vertex &two, const Vertex &three) |
| default_type | area (const Mesh &mesh, const Triangle &tri) |
| default_type | area (const Vertex &one, const Vertex &two, const Vertex &three, const Vertex &four) |
| default_type | area (const Mesh &mesh, const Quad &quad) |
| using MR::Surface::label_vector_type = typedef Eigen::Array<Connectome::node_t, Eigen::Dynamic, 1> |
| using MR::Surface::Quad = typedef Polygon<4> |
| using MR::Surface::QuadList = typedef vector<Quad> |
| using MR::Surface::Triangle = typedef Polygon<3> |
| using MR::Surface::TriangleList = typedef vector<Triangle> |
| using MR::Surface::Vertex = typedef Eigen::Vector3d |
| using MR::Surface::VertexList = typedef vector<Vertex> |
|
inline |
|
inline |
|
inline |
|
inline |