15 #include "CeeExport/Base.h" 16 #include "CeeExport/ExportVTFx.h" 20 class PropertySetCollection;
28 class UnstructGridModel;
52 void addDefaultFramesPerSecond(
double defaultFPS);
53 void addNumberOfParticleTraceAnimationSteps(
int numAnimationSteps);
54 void addStartAnimation(
bool startAnimation);
56 void addAnimatedCuttingPlane(
int index,
int numFrames,
double distance);
57 void addAnimationFirstFrameDelay(
int milliSeconds);
58 void addAnimationLastFrameDelay(
int milliSeconds);
59 void addViewTitle(
const Str& title);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
Finds VTFx properties from model and/or view and builds a property set collection and image resources...
Definition: PropertyBuilderVTFx.h:43
A collection of property sets.
Definition: PropertySetCollection.h:29
Provides a render area in the user control/widget to enable visualization of the current model data a...
Definition: View.h:40
Class for storing image resources.
Definition: ImageResources.h:30
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72