15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/ModeShapeAnimation.h" 18 #include "CeeCore/RefCountedObject.h" 28 class UnstructGridModelPrivate;
49 std::vector<int> stateIds()
const;
50 void setStateIds(
const std::vector<int>& stateIds);
51 void setStateId(
int stateId);
53 int fringesResultId()
const;
54 void setFringesResultId(
int fringesId);
55 int effectiveFringesResultId(
size_t globalGeometryIndex,
int partId)
const;
56 std::vector<int> allFringesResultIds()
const;
58 int overridePartFringesResultId(
size_t globalGeometryIndex,
int partId)
const;
59 void setOverridePartFringesResultId(
size_t globalGeometryIndex,
int partId,
int fringesId);
60 void removeAllOverridePartFringesResultIds();
62 int contourLinesResultId()
const;
63 void setContourLinesResultId(
int contourLinesId);
65 std::vector<int> vectorResultIds()
const;
66 void setVectorResultIds(
const std::vector<int>& vectorIds);
67 void setVectorResultId(
int vectorId);
69 int displacementResultId()
const;
70 void setDisplacementResultId(
int displacementId);
72 bool transformationResult()
const;
73 void setTransformationResult(
bool useTransformationResult);
75 std::vector<int> visibleSetIds()
const;
76 void setVisibleSetIds(
const std::vector<int>& setIds);
77 void setVisibleSetId(
int setId);
78 bool showComplementOfVisibleSets()
const;
79 void setShowComplementOfVisibleSets(
bool showComplement);
81 bool visibilityResult()
const;
82 void setVisibilityResult(
bool useVisibilityResult);
92 void setDefaultResults();
93 void removeInvalidSpecifications();
96 std::map<std::pair<size_t, int>,
int> internal_partFringesResultIdMap()
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Settings for mode shape animation.
Definition: ModeShapeAnimation.h:31
Use set colors.
Definition: ModelSpec.h:42
Use part colors (default)
Definition: ModelSpec.h:41
The model specification.
Definition: ModelSpec.h:35
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72
ModelColorSource
Model color source. This will determine how to color each face of the model if no fringes results are...
Definition: ModelSpec.h:39