#include <component_sph.h>

Public Types | |
| typedef A | SphType |
Public Member Functions | |
| const SphType & | cSH () const |
| template<class LeftV > | |
| void | ImportData (const LeftV &left) |
| SphType & | SH () |
Static Public Member Functions | |
| static bool | HasSH () |
| static void | Name (std::vector< std::string > &name) |
Private Attributes | |
| SphType | _harmonics |
Definition at line 9 of file component_sph.h.
| typedef A vcg::vertex::Sph< A, T >::SphType |
Definition at line 12 of file component_sph.h.
| const SphType& vcg::vertex::Sph< A, T >::cSH | ( | ) | const [inline] |
Definition at line 14 of file component_sph.h.
| static bool vcg::vertex::Sph< A, T >::HasSH | ( | ) | [inline, static] |
Definition at line 18 of file component_sph.h.
| void vcg::vertex::Sph< A, T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 17 of file component_sph.h.
| static void vcg::vertex::Sph< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::Sph36d< T >, vcg::vertex::Sph25d< T >, vcg::vertex::Sph16d< T >, vcg::vertex::Sph9d< T >, vcg::vertex::Sph49f< T >, vcg::vertex::Sph36f< T >, vcg::vertex::Sph25f< T >, vcg::vertex::Sph16f< T >, and vcg::vertex::Sph9f< T >.
Definition at line 19 of file component_sph.h.
| SphType& vcg::vertex::Sph< A, T >::SH | ( | ) | [inline] |
Definition at line 13 of file component_sph.h.
SphType vcg::vertex::Sph< A, T >::_harmonics [private] |
Definition at line 22 of file component_sph.h.