|
|
| BufferedReadWriteFile (char *fileName=NULL, int bufferSize=(1<< 20)) |
| |
|
bool | write (const void *data, size_t size) |
| |
|
bool | read (void *data, size_t size) |
| |
|
void | reset (void) |
| |
|
|
bool | tempFile |
| |
|
FILE * | _fp |
| |
|
char * | _buffer |
| |
|
char | _fileName [1024] |
| |
|
size_t | _bufferIndex |
| |
|
size_t | _bufferSize |
| |
Definition at line 378 of file Geometry.h.
The documentation for this class was generated from the following files:
- Package-Staging/Plugin-PoissonReconstruction/PoissonReconstruction/Geometry.h
- Package-Staging/Plugin-PoissonReconstruction/PoissonReconstruction/Geometry.cpp