15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeCore/Plane.h" 33 bool isMirrorEnabled()
const;
34 void enableMirroring(
bool enable);
36 bool isReflective()
const;
37 void setReflective(
bool reflective);
39 unsigned int numberOfMirrorPasses()
const;
40 void setNumberOfMirrorPasses(
unsigned int numPasses);
41 unsigned int maximumNumberOfMirrorPasses()
const;
43 Plane firstPlane()
const;
44 Plane secondPlane()
const;
45 Plane masterPlane()
const;
46 void setFirstPlane(
Plane plane);
47 void setSecondPlane(
Plane plane);
48 void setMasterPlane(
Plane plane);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Class defining a plane in space.
Definition: Plane.h:27
Settings for mirrors in the model.
Definition: MirrorSettings.h:28
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72