PLearn 0.1
|
#include <plearn/base/stringutils.h>
#include <plearn/base/Object.h>
#include "mesh_decl.h"
#include "MeshFace.h"
Go to the source code of this file.
Classes | |
class | PLearn::SurfaceMesh |
class | PLearn::DiffTemplate< ObjectType, SurfaceMesh > |
class | PLearn::TypeTraits< SurfaceMesh > |
Namespaces | |
namespace | PLearn |
< for swap | |
Typedefs | |
typedef PP< SurfaceMesh > | PLearn::SurfMesh |
Functions | |
Object * | PLearn::toObjectPtr (const SurfaceMesh &o) |
PStream & | PLearn::operator>> (PStream &in, SurfaceMesh &o) |
PStream & | PLearn::operator>> (PStream &in, SurfaceMesh *&o) |
PStream & | PLearn::operator<< (PStream &out, const SurfaceMesh &o) |
PStream & | PLearn::operator>> (PStream &in, PP< SurfaceMesh > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SurfaceMesh > *opt, PLearnDiff *diffs) |
pair< edge_descriptor, bool > | PLearn::add_edge_ifnew (const vertex_descriptor &u, const vertex_descriptor &v, const graph::edge_property_type &ep, graph &g) |
pair< edge_descriptor, bool > | PLearn::add_edge_ifnew (const vertex_descriptor &u, const vertex_descriptor &v, graph &g) |
Definition in file SurfaceMesh.h.