Openholo  v4.0
Open Source Digital Holographic Library
PLYparser Class Reference

#include <PLYparser.h>

Public Member Functions

 PLYparser ()
 
 ~PLYparser ()
 
bool loadPLY (const std::string &fileName, ulonglong &n_points, Vertex **vertices)
 
bool savePLY (const std::string &fileName, const ulonglong n_points, Vertex *vertices, bool isBinary)
 
bool loadPLY (const std::string &fileName, ulonglong &n_Vertices, Face **faces)
 
bool savePLY (const std::string &fileName, const ulonglong n_vertices, Face *faces, bool isBinary)
 

Detailed Description

Definition at line 99 of file PLYparser.h.

Constructor & Destructor Documentation

◆ PLYparser()

PLYparser::PLYparser ( )

Definition at line 50 of file PLYparser.cpp.

◆ ~PLYparser()

PLYparser::~PLYparser ( )

Definition at line 63 of file PLYparser.cpp.

Member Function Documentation

◆ loadPLY() [1/2]

bool PLYparser::loadPLY ( const std::string &  fileName,
ulonglong n_points,
Vertex **  vertices 
)

Definition at line 142 of file PLYparser.cpp.

◆ loadPLY() [2/2]

bool PLYparser::loadPLY ( const std::string &  fileName,
ulonglong n_Vertices,
Face **  faces 
)

Definition at line 543 of file PLYparser.cpp.

◆ savePLY() [1/2]

bool PLYparser::savePLY ( const std::string &  fileName,
const ulonglong  n_points,
Vertex vertices,
bool  isBinary 
)

Definition at line 451 of file PLYparser.cpp.

◆ savePLY() [2/2]

bool PLYparser::savePLY ( const std::string &  fileName,
const ulonglong  n_vertices,
Face faces,
bool  isBinary 
)

Definition at line 787 of file PLYparser.cpp.


The documentation for this class was generated from the following files: