, including all inherited members.
_classname_() | PLearn::SurfaceMesh | [static] |
_getOptionList_() | PLearn::SurfaceMesh | [static] |
_getRemoteMethodMap_() | PLearn::SurfaceMesh | [static] |
_isa_(const Object *o) | PLearn::SurfaceMesh | [static] |
_new_instance_for_typemap_() | PLearn::SurfaceMesh | [static] |
_static_initialize_() | PLearn::SurfaceMesh | [static] |
_static_initializer_ | PLearn::SurfaceMesh | [static] |
addEdge(vertex_descriptor first, vertex_descriptor second, MEdge me=new MeshEdge()) | PLearn::SurfaceMesh | [virtual] |
addFace(MFace mf) | PLearn::SurfaceMesh | [virtual] |
addFace(TVec< vertex_descriptor > pts) | PLearn::SurfaceMesh | [virtual] |
addFace(vertex_descriptor first, vertex_descriptor second, vertex_descriptor third) | PLearn::SurfaceMesh | [virtual] |
addVertex(MVertex mv) | PLearn::SurfaceMesh | [virtual] |
addVertex(Vec coord, Vec features=Vec()) | PLearn::SurfaceMesh | [virtual] |
addVertex(real x, real y, real z) | PLearn::SurfaceMesh | [virtual] |
asString() const | PLearn::Object | [virtual] |
asStringRemoteTransmit() const | PLearn::Object | [virtual] |
averageSphereRadius() | PLearn::SurfaceMesh | [virtual] |
boundingBox() | PLearn::SurfaceMesh | [virtual] |
build() | PLearn::SurfaceMesh | [virtual] |
build_() | PLearn::SurfaceMesh | [private] |
buildBoundaries() | PLearn::SurfaceMesh | [virtual] |
buildEdges() | PLearn::SurfaceMesh | [virtual] |
cacheNeighborFaces() | PLearn::SurfaceMesh | [virtual] |
call(const string &methodname, int nargs, PStream &io) | PLearn::Object | [virtual] |
changeOption(const string &optionname, const string &value) | PLearn::Object | |
changeOptions(const map< string, string > &name_value) | PLearn::Object | [virtual] |
classname() const | PLearn::SurfaceMesh | [virtual] |
computed_vtx_norm | PLearn::SurfaceMesh | [protected] |
computeResolution() | PLearn::SurfaceMesh | [virtual] |
createSurfaceMesh() | PLearn::SurfaceMesh | [virtual] |
declareMethods(RemoteMethodMap &rmm) | PLearn::Object | [protected, static] |
declareOptions(OptionList &ol) | PLearn::SurfaceMesh | [protected, static] |
declaringFile() | PLearn::SurfaceMesh | [inline, static] |
deepCopy(CopiesMap &copies) const | PLearn::SurfaceMesh | [virtual] |
deepCopyNoMap() | PLearn::Object | |
delEdge(edge_descriptor ed) | PLearn::SurfaceMesh | [virtual] |
delFace(int face_index) | PLearn::SurfaceMesh | [virtual] |
delOrphanVertices() | PLearn::SurfaceMesh | [virtual] |
delVertex(vertex_descriptor vtx) | PLearn::SurfaceMesh | [virtual] |
findNormals() | PLearn::SurfaceMesh | [virtual] |
getEdge(edge_descriptor ed) | PLearn::SurfaceMesh | [virtual] |
getFace(int face_index) | PLearn::SurfaceMesh | [virtual] |
getOption(const string &optionname) const | PLearn::Object | |
getOptionList() const | PLearn::SurfaceMesh | [virtual] |
getOptionMap() const | PLearn::SurfaceMesh | [virtual] |
getOptionsToRemoteTransmit() const | PLearn::Object | [virtual] |
getOptionsToSave() const | PLearn::Object | [virtual] |
getRemoteMethodMap() const | PLearn::SurfaceMesh | [virtual] |
getResolution() | PLearn::SurfaceMesh | [virtual] |
getVertex(vertex_descriptor vtx) | PLearn::SurfaceMesh | [virtual] |
getVertexCoords() | PLearn::SurfaceMesh | [virtual] |
getVertexCoordsAndFeatures() | PLearn::SurfaceMesh | [virtual] |
getVertexDescriptors() | PLearn::SurfaceMesh | [virtual] |
getVertexNorms() | PLearn::SurfaceMesh | [virtual] |
hasOption(const string &optionname) const | PLearn::Object | |
info() const | PLearn::Object | [virtual] |
inherited typedef | PLearn::SurfaceMesh | [private] |
load(const PPath &filename) | PLearn::Object | [virtual] |
makeDeepCopyFromShallowCopy(CopiesMap &copies) | PLearn::SurfaceMesh | [virtual] |
mesh_type | PLearn::SurfaceMesh | |
mg | PLearn::SurfaceMesh | [protected] |
newread(PStream &in, unsigned int id=UINT_MAX) | PLearn::Object | |
newwrite(PStream &out) const | PLearn::Object | [virtual] |
numEdges() | PLearn::SurfaceMesh | [virtual] |
numFaces() | PLearn::SurfaceMesh | [virtual] |
numVertices() | PLearn::SurfaceMesh | [virtual] |
Object(bool call_build_=false) | PLearn::Object | |
oldread(istream &in) | PLearn::Object | [virtual] |
p_mesh | PLearn::SurfaceMesh | |
parseOptionName(const string &optionname, Object *&final_object, OptionList::iterator &option_iter, string &option_index) | PLearn::Object | |
parseOptionName(const string &optionname, const Object *&final_object, OptionList::iterator &option_iter, string &option_index) const | PLearn::Object | |
PPointable() | PLearn::PPointable | [inline] |
PPointable(const PPointable &other) | PLearn::PPointable | [inline] |
prepareToSendResults(PStream &out, int nres) | PLearn::Object | [static] |
read(istream &in) | PLearn::Object | [virtual] |
readOptionVal(PStream &in, const string &optionname, unsigned int id=UINT_MAX) | PLearn::Object | |
readVRMLCoordinate3_(ifstream &in, TVec< vertex_descriptor > &vertices, Mat vtx_features=Mat()) | PLearn::SurfaceMesh | [protected, virtual] |
readVRMLFile(string filename, Mat vtx_features=Mat()) | PLearn::SurfaceMesh | [virtual] |
readVRMLIndexedFaceSet(string filename, Mat vtx_features=Mat()) | PLearn::SurfaceMesh | [virtual] |
readVRMLIndexedFaceSet_(ifstream &in, TVec< vertex_descriptor > &vertices) | PLearn::SurfaceMesh | [protected, virtual] |
readVRMLIndexedLineSet(string filename, Mat vtx_features=Mat()) | PLearn::SurfaceMesh | [virtual] |
readVRMLIndexedLineSet_(ifstream &in, TVec< vertex_descriptor > &vertices) | PLearn::SurfaceMesh | [protected, virtual] |
ref() const | PLearn::PPointable | [inline] |
run() | PLearn::Object | [virtual] |
save(const PPath &filename) const | PLearn::Object | [virtual] |
setEdge(edge_descriptor ed, const MEdge &me) | PLearn::SurfaceMesh | [virtual] |
setFace(int face_index, const MFace &mf) | PLearn::SurfaceMesh | [virtual] |
setOption(const string &optionname, const string &value) | PLearn::Object | |
setResolution(real resolution) | PLearn::SurfaceMesh | [virtual] |
setVertex(vertex_descriptor vtx, const MVertex &mv) | PLearn::SurfaceMesh | [virtual] |
setVertexCoords(const Mat &coords) | PLearn::SurfaceMesh | [virtual] |
setVertexCoordsAndFeatures(const Mat &coords, const Mat &features) | PLearn::SurfaceMesh | [virtual] |
setVertexFeatures(const Mat &features) | PLearn::SurfaceMesh | [virtual] |
setVertexNorms(const Mat &coords) | PLearn::SurfaceMesh | [virtual] |
SurfaceMesh() | PLearn::SurfaceMesh | |
SurfaceMesh(Graph g) | PLearn::SurfaceMesh | |
SurfaceMesh(const SurfaceMesh &m) | PLearn::SurfaceMesh | |
unref() const | PLearn::PPointable | [inline] |
usage() const | PLearn::PPointable | [inline] |
verbosity | PLearn::SurfaceMesh | |
write(ostream &out) const | PLearn::Object | [virtual] |
writeOptionVal(PStream &out, const string &optionname) const | PLearn::Object | |
writeVRMLBoundaries(string filename) | PLearn::SurfaceMesh | [virtual] |
writeVRMLCoordinate3_(ofstream &out, map< vertex_descriptor, int > &pts_indices) | PLearn::SurfaceMesh | [protected, virtual] |
writeVRMLFile(string filename) | PLearn::SurfaceMesh | [virtual] |
writeVRMLIndexedFaceSet(string filename) | PLearn::SurfaceMesh | [virtual] |
writeVRMLIndexedFaceSet_(ofstream &out, map< vertex_descriptor, int > &pts_indices) | PLearn::SurfaceMesh | [protected, virtual] |
writeVRMLIndexedLineSet(string filename) | PLearn::SurfaceMesh | [virtual] |
writeVRMLIndexedLineSet_(ofstream &out, map< vertex_descriptor, int > &pts_indices) | PLearn::SurfaceMesh | [protected, virtual] |
~Object() | PLearn::Object | [virtual] |
~PPointable() | PLearn::PPointable | [inline, virtual] |
~SurfaceMesh() | PLearn::SurfaceMesh | [virtual] |