AnimaL |
Tutorial |
Documentation |
Classes | |
| struct | Vec3 |
| class | FastOctree |
| struct | FastOctree::dfs_iterator_data |
| class | FastOctree::Cell |
| class | FastOctree::Cell::vertex_iterator |
| To iterate through all the cell vertices. More... | |
| class | FastOctree::Cell::vertex_width_iterator |
| class | FastOctree::Cell::vertex_width_neighbours_iterator |
| class | FastOctree::Face |
| class | FastOctree::dfs_iterator |
| class | FastOctree::dfs_leaf_iterator |
| struct | CellInfluenceData |
| class | CellData |
| Data in a cell. More... | |
| struct | ConstrainedVertexData |
| class | HermiteFunction |
Typedefs | |
| typedef float | FloatingPointType |
| Declaration du type de floatant utilise. | |
| typedef Vec3< FloatingPointType > | Vec3d |
| Definition du type Vec3 avec le type floatant. | |
| typedef animal::Matrix< FloatingPointType > | HMat |
| Definition d'une matrice de flotants. | |
| typedef animal::VectorVec< FloatingPointType > | HVec |
| Definition d'un vecteur de flotants. | |
| typedef std::deque< SFVec3fCellConstrained * > | OctreeDataPoints |
| typedef ConstrainedVertex | OctreeVertex |
| typedef CellData | OctreeData |
| typedef FastOctree< OctreeVertex, OctreeData, Vec3d > | TempOctree |
| typedef TempOctree::Cell | Cell |
Enumerations | |
| enum | { DATA_INSIDE, DATA_OUTSIDE, DATA_MIXED } |
Functions | |
| Vec3d | HVecToVec3d (const HVec v) |
| Conversions entre un HVec et un Vec3. | |
| HVec | Vec3dToHVec (const Vec3d v) |
| FloatingPointType * | getMatrixInverse (unsigned short size, FloatingPointType *data) |
| Get and return a double array where : array[i+j*size] is the Matrix(i,j) element (j'th line and i'th row). | |
| HMat | getMatrixInverse (HMat A) |
| std::ostream & | operator<< (std::ostream &s, const TempOctree::Cell &cell) |
|
|
Definition at line 7240 of file ParametersCalculus.h. Referenced by animal::octree::animal::octree::FastOctree< T, S, U >::FastOctree(). |
|
|
Declaration du type de floatant utilise.
Definition at line 578 of file ParametersCalculus.h. |
|
|
Definition d'une matrice de flotants.
Definition at line 595 of file ParametersCalculus.h. |
|
|
Definition d'un vecteur de flotants.
Definition at line 600 of file ParametersCalculus.h. |
|
|
Definition at line 7225 of file ParametersCalculus.h. |
|
|
Definition at line 7152 of file ParametersCalculus.h. |
|
|
Definition at line 7203 of file ParametersCalculus.h. |
|
|
Definition at line 7239 of file ParametersCalculus.h. |
|
|
Definition du type Vec3 avec le type floatant.
Definition at line 583 of file ParametersCalculus.h. |
|
|
Definition at line 7227 of file ParametersCalculus.h. |
|
|
|
|
||||||||||||
|
Get and return a double array where : array[i+j*size] is the Matrix(i,j) element (j'th line and i'th row).
|
|
|
Conversions entre un HVec et un Vec3.
|
|
||||||||||||
|
Definition at line 7249 of file ParametersCalculus.h. |
|
|
|
1.3.6