Magnetoculus
Visualisation de champs en VR avec Oculus
FieldInfoManager Class Reference
Inheritance diagram for FieldInfoManager:
FileInfoManager

Public Types

enum  EGenerationMode { EGenerationMode.Voxel, EGenerationMode.IsoSurface, EGenerationMode.Surface }
 

Public Member Functions

override void Selection (string fileName, string fileNameShort)
 
override void StartGeneration ()
 
void SetTransparency (bool transparency)
 
bool GetTransparency ()
 
void SetMode (int mode)
 
int GetMode ()
 
- Public Member Functions inherited from FileInfoManager
string GetFileName ()
 
string GetFileNameShort ()
 

Additional Inherited Members

- Protected Attributes inherited from FileInfoManager
string m_FileName
 
string m_FileNameShort
 

Detailed Description

This class handles field data files and user options. It will be used by FieldGenerators to acess the data and check which options has been chosen by the user.

Member Enumeration Documentation

◆ EGenerationMode

Enumerator
Voxel 
IsoSurface 
Surface 

Member Function Documentation

◆ GetMode()

int FieldInfoManager.GetMode ( )

◆ GetTransparency()

bool FieldInfoManager.GetTransparency ( )

◆ Selection()

override void FieldInfoManager.Selection ( string  fileName,
string  fileNameShort 
)
virtual

Implements FileInfoManager.

◆ SetMode()

void FieldInfoManager.SetMode ( int  mode)

◆ SetTransparency()

void FieldInfoManager.SetTransparency ( bool  transparency)

◆ StartGeneration()

override void FieldInfoManager.StartGeneration ( )
virtual

Select the Generator that matches the EGenerationMode choosen by the user and call its StartGeneration method.

Implements FileInfoManager.


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