QTrk
Public Member Functions | Protected Attributes | List of all members
BinaryResultFile Class Reference

Placeholder. Handler for a binary output file. Currently empty shell. More...

#include <ResultManager.h>

Inheritance diagram for BinaryResultFile:
ResultFile

Public Member Functions

 BinaryResultFile (const char *fn, bool write)
 
void LoadRow (std::vector< vector3f > &pos)
 
void SaveRow (std::vector< vector3f > &pos)
 
- Public Member Functions inherited from ResultFile
 ResultFile ()
 
virtual ~ResultFile ()
 

Protected Attributes

FILE * f
 

Detailed Description

Placeholder. Handler for a binary output file. Currently empty shell.

Definition at line 46 of file ResultManager.h.

Constructor & Destructor Documentation

§ BinaryResultFile()

BinaryResultFile::BinaryResultFile ( const char *  fn,
bool  write 
)

Member Function Documentation

§ LoadRow()

void BinaryResultFile::LoadRow ( std::vector< vector3f > &  pos)
virtual

Implements ResultFile.

Definition at line 21 of file ResultManager.cpp.

22 {
23 
24 }

§ SaveRow()

void BinaryResultFile::SaveRow ( std::vector< vector3f > &  pos)
virtual

Implements ResultFile.

Definition at line 26 of file ResultManager.cpp.

27 {
28 }

Member Data Documentation

§ f

FILE* BinaryResultFile::f
protected

Definition at line 53 of file ResultManager.h.


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