#include <export_field.h>
Static Public Member Functions | |
static void | Save2AngleFace (MeshType &mesh, const char *path) |
static void | Save4ROSY (MeshType &mesh, const char *path) |
static void | SaveFaceFIELD (MeshType &mesh, const char *path) |
Private Types | |
typedef MeshType::CoordType | CoordType |
typedef MeshType::FaceType | FaceType |
typedef MeshType::ScalarType | ScalarType |
typedef MeshType::VertexType | VertexType |
This class encapsulate a filter for saving field formats
Definition at line 36 of file export_field.h.
typedef MeshType::CoordType vcg::tri::io::ExporterFIELD< MeshType >::CoordType [private] |
Definition at line 41 of file export_field.h.
typedef MeshType::FaceType vcg::tri::io::ExporterFIELD< MeshType >::FaceType [private] |
Definition at line 39 of file export_field.h.
typedef MeshType::ScalarType vcg::tri::io::ExporterFIELD< MeshType >::ScalarType [private] |
Definition at line 38 of file export_field.h.
typedef MeshType::VertexType vcg::tri::io::ExporterFIELD< MeshType >::VertexType [private] |
Definition at line 40 of file export_field.h.
static void vcg::tri::io::ExporterFIELD< MeshType >::Save2AngleFace | ( | MeshType & | mesh, |
const char * | path | ||
) | [inline, static] |
Definition at line 111 of file export_field.h.
static void vcg::tri::io::ExporterFIELD< MeshType >::Save4ROSY | ( | MeshType & | mesh, |
const char * | path | ||
) | [inline, static] |
Save a 4 rosy format file as used by Interactive Visualization of Rotational Symmetry Fields on Surfaces Jonathan Palacios and Eugene Zhang
Definition at line 93 of file export_field.h.
static void vcg::tri::io::ExporterFIELD< MeshType >::SaveFaceFIELD | ( | MeshType & | mesh, |
const char * | path | ||
) | [inline, static] |
load a field on the mesh, it could be a vfield file (per vertex) or an ffield file (per face)
Definition at line 47 of file export_field.h.