Go to the source code of this file.
Data Structures | |
| class | C3DCriticalPoint |
A class to hold a critical point. This class holds a critical point in a 3D vector field It consists of a localtion , Matrix , and a magnitude . It is used only as an intermidiate storage. More... | |
| class | C3DCriticalPointEigen |
| A class to hold a criticalpoint with eigenvalues and eigenvectors. More... | |
Typedefs | |
| typedef std::vector< C3DCriticalPointEigen > | C3DCriticalPointEigenList |
| typedef C3DCriticalPoint::List | C3DCriticalPointList |
| typedef for convinience More... | |
| typedef T3DVector< fcomplex > | C3DCVector |
| typedef std::complex< float > | fcomplex |
| typedef std::vector< C3DCriticalPointEigen > C3DCriticalPointEigenList |
Definition at line 272 of file critical_point.hh.
typedef for convinience
Definition at line 132 of file critical_point.hh.
| typedef T3DVector<fcomplex> C3DCVector |
Definition at line 136 of file critical_point.hh.
| typedef std::complex<float> fcomplex |
Definition at line 135 of file critical_point.hh.