Overture  Version 25
Public Member Functions | Public Attributes | List of all members
PlyFileInterface Class Reference

#include <plyFileInterface.h>

Collaboration diagram for PlyFileInterface:
Collaboration graph
[legend]

Public Member Functions

 PlyFileInterface ()
 
 ~PlyFileInterface ()
 
int openFile (const aString &fname, PlyFileReadWriteFlag readWrite=READ_PLY_FILE)
 
void closeFile ()
 
void readFile (intArray &elems, intArray &tags, realArray &xyz, int &nnode00, int &nelem00, int &ddim00, int &rdim00)
 
void writeFile ()
 

Public Attributes

PlyFileply
 
PlyFileType fileType
 
int rdim
 
int ddim
 
int nnode
 
int nelem
 
int nemax
 

Constructor & Destructor Documentation

PlyFileInterface::PlyFileInterface ( )

References ASCII_PLY_FILE.

PlyFileInterface::~PlyFileInterface ( )

Member Function Documentation

void PlyFileInterface::closeFile ( )

References ply_close().

Referenced by DataFormats::readPly().

int PlyFileInterface::openFile ( const aString fname,
PlyFileReadWriteFlag  readWrite = READ_PLY_FILE 
)
void PlyFileInterface::readFile ( intArray &  elems,
intArray &  tags,
realArray xyz,
int &  nnode00,
int &  nelem00,
int &  ddim00,
int &  rdim00 
)
void PlyFileInterface::writeFile ( )

Member Data Documentation

int PlyFileInterface::ddim
PlyFileType PlyFileInterface::fileType
int PlyFileInterface::nelem
int PlyFileInterface::nemax
int PlyFileInterface::nnode
PlyFile* PlyFileInterface::ply
int PlyFileInterface::rdim

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