QTrk
Public Member Functions | Private Attributes | List of all members
TextResultFile Class Reference

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

#include <ResultManager.h>

Inheritance diagram for TextResultFile:
ResultFile

Public Member Functions

 TextResultFile (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 ()
 

Private Attributes

FILE * f
 

Detailed Description

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

Definition at line 33 of file ResultManager.h.

Constructor & Destructor Documentation

§ TextResultFile()

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

Definition at line 7 of file ResultManager.cpp.

8 {
9  f = fopen(fn, write?"w":"r");
10 }

Member Function Documentation

§ LoadRow()

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

Implements ResultFile.

Definition at line 12 of file ResultManager.cpp.

13 {
14 
15 }

§ SaveRow()

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

Implements ResultFile.

Definition at line 17 of file ResultManager.cpp.

18 {
19 }

Member Data Documentation

§ f

FILE* TextResultFile::f
private

Definition at line 40 of file ResultManager.h.


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