Displaying 3 results from an estimated 3 matches for "bottomcutbasestoryrelativeindex".
2011 Oct 20
3
[LLVMdev] Crash with optimization for size
...nsigned char data[16];
};
}
The type of gFloorPlanCutData is
class FloorPlanCutData: public GS::Object,
public GS::StateEventSource {
DECLARE_CLASS_INFO
private:
double currCutLevel;
double topCutLevel;
double bottomCutLevel;
short topCutBaseStoryRelativeIndex;
short bottomCutBaseStoryRelativeIndex;
double fixLevel2Absolute0;
Int32 lock;
// temporary data dependent from the current story
double currCutLevelCalculated;
double topCutLevelCalculated;
double currentStoryLevel;
double topBase2Current;
double bottomBase2Current;
short currentFloorIndex;
bool relativeCalculated;...
2011 Oct 21
1
[LLVMdev] Crash with optimization for size
...);
public:
unsignedchar data[16];
};
}
The type of gFloorPlanCutData is
class FloorPlanCutData: public GS::Object,
public GS::StateEventSource {
DECLARE_CLASS_INFO
private:
double currCutLevel;
double topCutLevel;
double bottomCutLevel;
short topCutBaseStoryRelativeIndex;
short bottomCutBaseStoryRelativeIndex;
double fixLevel2Absolute0;
Int32lock;
// temporary data dependent from the current story
doublecurrCutLevelCalculated;
doubletopCutLevelCalculated;
double currentStoryLevel;
double topBase2Current;
double bottomBase2Current;
short currentFloorIndex;
boolrelativeCalculated;
MD5::FingerPrin...
2011 Oct 20
0
[LLVMdev] Crash with optimization for size
...loorPlanCutData is
>
> class FloorPlanCutData: public GS::Object,
> public GS::StateEventSource {
>
> DECLARE_CLASS_INFO
>
> private:
> double currCutLevel;
> double topCutLevel;
> double bottomCutLevel;
> short topCutBaseStoryRelativeIndex;
> short bottomCutBaseStoryRelativeIndex;
>
> double fixLevel2Absolute0;
>
> Int32
> lock;
>
> // temporary data dependent from the current story
> double
> currCutLevelCalculated;
> double
> topCutLevelCalculated;
> double currentStoryLevel;
> double topBase2Current;
> double bottomBase2Cu...