Eigene Dateien/9.Semester/Visualisierung/LU/Volume_Renderer_dec05v2/Volume Renderer/GlobalVariables.cpp File Reference

#include "stdafx.h"
#include "GlobalVariables.h"

Functions

void GlobalVariables::useTransferForSlices (bool aBool)
bool GlobalVariables::useTransferForSlices ()
void GlobalVariables::useTransferForVolume (bool aBool)
bool GlobalVariables::useTransferForVolume ()
void GlobalVariables::useTresholdForSlices (bool aBool)
bool GlobalVariables::useTresholdForSlices ()
void GlobalVariables::theTreshold (int anInt)
int GlobalVariables::theTreshold ()
void GlobalVariables::theRenderMode (CombinationMode aCombinationMode)
CombinationMode GlobalVariables::theRenderMode ()
void GlobalVariables::theInterpolationMode (InterpolationMode anInterpolationMode)
InterpolationMode GlobalVariables::theInterpolationMode ()
void GlobalVariables::registerChildFrame (CChildFrame *aFrame)
void GlobalVariables::unregisterChildFrame (CChildFrame *aFrame)
void GlobalVariables::updateSliceView ()
void GlobalVariables::reColorBlackView ()
void GlobalVariables::updateRaycaster ()
void GlobalVariables::theStepLength (float anStepLength)
float GlobalVariables::theStepLength ()
void GlobalVariables::theResolution (int anResolution)
int GlobalVariables::theResolution ()
void GlobalVariables::theXPlane (int pos)
int GlobalVariables::theXPlane ()
void GlobalVariables::theYPlane (int pos)
int GlobalVariables::theYPlane ()
void GlobalVariables::theZPlane (int pos)
int GlobalVariables::theZPlane ()
void GlobalVariables::theX2Plane (int pos)
int GlobalVariables::theX2Plane ()
void GlobalVariables::theY2Plane (int pos)
int GlobalVariables::theY2Plane ()
void GlobalVariables::theZ2Plane (int pos)
int GlobalVariables::theZ2Plane ()
void GlobalVariables::useClippingPlanes (bool aBool)
bool GlobalVariables::useClippingPlanes ()
void GlobalVariables::theXDimension (int dim)
int GlobalVariables::theXDimension ()
void GlobalVariables::theYDimension (int dim)
int GlobalVariables::theYDimension ()
void GlobalVariables::theZDimension (int dim)
int GlobalVariables::theZDimension ()
void GlobalVariables::useHighlights (bool aBool)
bool GlobalVariables::useHighlights ()
void GlobalVariables::useAdaptiveSL (bool aBool)
bool GlobalVariables::useAdaptiveSL ()
void GlobalVariables::theCompositingMode (CompositingMode aCompositingMode)
CompositingMode GlobalVariables::theCompositingMode ()
void GlobalVariables::theThreadAmount (unsigned int aNumOfThreads)
unsigned int GlobalVariables::theThreadAmount ()

Variables

static bool useTransferForSlicesVar = false
static bool useTransferForVolumeVar = false
static bool useTresholdForSlicesVar = false
static bool useGradientsForSlicesVar = false
static bool useClippingPlanesVar = false
static bool useuseHighlightsVar = false
static bool useAdaptiveSLVar = false
static int theTresholdVar = 0
static int theXPlanePosVar = 0
static int theYPlanePosVar = 0
static int theZPlanePosVar = 0
static CombinationMode theRenderModeVar = CO_FIRST_HIT
static CompositingMode theCompositingModeVar = F2B
static InterpolationMode theInterpolationModeVar = IM_NEAREST_NEIGHBOUR
static std::list< CChildFrame * > theChildFrames
static float theStepLengthVar = 1
static int theResolutionVar = 256
static int theXDimensionVar = 0
static int theYDimensionVar = 0
static int theZDimensionVar = 0
static int theX2PlanePosVar = theXDimensionVar
static int theY2PlanePosVar = theYDimensionVar
static int theZ2PlanePosVar = theZDimensionVar
static unsigned int theNumberOfThreads = 1

Variable Documentation

std::list<CChildFrame*> theChildFrames [static]

CompositingMode theCompositingModeVar = F2B [static]

InterpolationMode theInterpolationModeVar = IM_NEAREST_NEIGHBOUR [static]

unsigned int theNumberOfThreads = 1 [static]

CombinationMode theRenderModeVar = CO_FIRST_HIT [static]

int theResolutionVar = 256 [static]

float theStepLengthVar = 1 [static]

int theTresholdVar = 0 [static]

int theX2PlanePosVar = theXDimensionVar [static]

int theXDimensionVar = 0 [static]

int theXPlanePosVar = 0 [static]

int theY2PlanePosVar = theYDimensionVar [static]

int theYDimensionVar = 0 [static]

int theYPlanePosVar = 0 [static]

int theZ2PlanePosVar = theZDimensionVar [static]

int theZDimensionVar = 0 [static]

int theZPlanePosVar = 0 [static]

bool useAdaptiveSLVar = false [static]

bool useClippingPlanesVar = false [static]

bool useGradientsForSlicesVar = false [static]

bool useTransferForSlicesVar = false [static]

bool useTransferForVolumeVar = false [static]

bool useTresholdForSlicesVar = false [static]

bool useuseHighlightsVar = false [static]


Generated on Wed Dec 6 11:27:26 2006 by  doxygen 1.4.7