#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 7 of file component_sph.h.
typedef A vcg::vertex::Sph< A, T >::SphType |
Definition at line 7 of file component_sph.h.
const SphType& vcg::vertex::Sph< A, T >::cSH | ( | ) | const [inline] |
Definition at line 9 of file component_sph.h.
static bool vcg::vertex::Sph< A, T >::HasSH | ( | ) | [inline, static] |
Definition at line 13 of file component_sph.h.
void vcg::vertex::Sph< A, T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Definition at line 12 of file component_sph.h.
static void vcg::vertex::Sph< A, T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::Sph9f< T >, vcg::vertex::Sph16f< T >, vcg::vertex::Sph25f< T >, vcg::vertex::Sph36f< T >, vcg::vertex::Sph49f< T >, vcg::vertex::Sph9d< T >, vcg::vertex::Sph16d< T >, vcg::vertex::Sph25d< T >, and vcg::vertex::Sph36d< T >.
Definition at line 14 of file component_sph.h.
SphType& vcg::vertex::Sph< A, T >::SH | ( | ) | [inline] |
Definition at line 8 of file component_sph.h.
SphType vcg::vertex::Sph< A, T >::_harmonics [private] |
Definition at line 17 of file component_sph.h.