VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtExtrudedModelInstance Class Reference

A prism controlled by control points.

Inheritance diagram for makVrv::DtExtrudedModelInstance:
Inheritance graph
[legend]

Public Types

enum  LineExtrusionMode { LineOnly, ExtrudeWidth, ExtrudeHeight, FullExtrusion }
 
typedef std::vector< DtVector > PointVector
 
- Public Types inherited from makVrv::DtOsgModelInstance
enum  AlphaToCoverageState { USE_GLOBAL, FORCE_OFF, FORCE_ON }
 
typedef std::unordered_map
< std::string, bool
SensorRegionStateMap
 

Public Member Functions

 DtExtrudedModelInstance (DtDe &de)
 
virtual ~DtExtrudedModelInstance ()
 
virtual const PointVectorpoints () const
 
virtual void addPoint (const DtVector &, int index=-1)
 
virtual void removePoint (int index)
 
virtual void setPoints (const std::vector< DtVector > &)
 
virtual void setPosition (int index, const DtVector &)
 
virtual void setPositions (const std::vector< DtVector > &)
 
virtual void clearPoints ()
 
virtual void addToConnector (DtOsgSceneConnector *connector)
 
virtual bool removeFromConnector (DtOsgSceneConnector *connector)
 
virtual void setStipplePattern (unsigned int)
 
virtual void setColor (float r, float g, float b, float a)
 
virtual void getColor (float &r, float &g, float &b, float &a) const
 
virtual void setTextureHeight (double height)
 
virtual void setTextureWidth (double width)
 
virtual void setTexture (osg::Texture *texture)
 
virtual void setWidth (float)
 
virtual void setHeight (float)
 
virtual void setDimensions (float width, float height)
 
virtual void setLineWidth (float width)
 
virtual void setScribeWidth (float width)
 
virtual void setScribeAllPolygons (bool)
 
virtual void setScribed (bool b)
 
virtual void setScribeColor (float r, float g, float b, float a)
 
virtual void setVisible (bool isVisible)
 
int pointCount () const
 
const DtVector & origin () const
 
const DtVector & point (int) const
 
virtual void setPickable (bool)
 
bool pickable () const
 
void setOrigin (const DtVector &origin)
 
virtual void updatePoints ()
 
virtual void setSolid (bool)
 
osg::Node * rootNode ()
 
virtual void setUpExtent (float height)
 
virtual void setDownExtent (float height)
 
virtual void setLeftExtent (float height)
 
virtual void setRightExtent (float heigh)
 
- Public Member Functions inherited from makVrv::DtOsgModelInstance
virtual ~DtOsgModelInstance ()
 
virtual bool realize (const DtModelDefinition &definition)
 
virtual bool cloneInstance (const DtModelDefinition &definition)
 
virtual bool saveModelToFile (const std::string &filename) const
 
virtual void enableColorBlending (bool b)
 
virtual void setBlendColor (float r, float g, float b, float a)
 
virtual void enableTexture (bool onOff)
 
virtual const osg::Node * rootNode () const
 
virtual osg::Node * sensorNode ()
 
virtual const osg::Node * sensorNode () const
 
virtual void setDynamicSensorRegion (const std::string &region, bool state)
 
virtual bool dynamicSensorRegion (const std::string &region)
 
virtual const
SensorRegionStateMap
dynamicSensorRegionMap () const
 
virtual void slot_atcGlobalModelEnableChanged ()
 
virtual bool alphaToCoverageEnabled ()
 
- Public Member Functions inherited from makVrv::DtModelInstance
 DtModelInstance (DtDe &de)
 
virtual ~DtModelInstance ()
 
const std::string & realizedDefinitionName () const
 
const DtVector & boundingBoxExtents () const
 
void getBoundingBoxExtents (double &x, double &y, double &z) const
 
const DtVector & boundingBoxCenter () const
 
void getBoundingBoxCenter (double &x, double &y, double &z) const
 
void getBoundingBoxComponents (DtVector &minimum, DtVector &maximum)
 
const DtVector & allGeometryboundingBoxExtents () const
 
void getAllGeometryBoundingBoxExtents (double &x, double &y, double &z) const
 
const DtVector & allGeometryboundingBoxCenter () const
 
void getAllGeometryBoundingBoxCenter (double &x, double &y, double &z) const
 
void getAllGeometryBoundingBoxComponents (DtVector &minimum, DtVector &maximum)
 
virtual void setContributesToBound (bool trueOrFalse)
 
bool contributesToBound () const
 

Protected Member Functions

virtual osg::Vec3 rotatePoint (const osg::Vec3 &org, double range, const DtTaitBryan &angle) const
 
virtual void updateMode ()
 
virtual void updateGeometry ()
 
virtual void updateTextureCoordinates ()
 
virtual void addPointsForExtentExtrusion (const DtVector &point)
 
virtual void addFaceForRotation (const osg::Quat &rotation, const DtVector &point)
 
virtual void addPointsForFullExtrusion (const DtVector &from, const DtVector &to)
 
virtual void setupScribeTransparency (bool b)
 
virtual void setupGeodeTransparency (bool b)
 
virtual void updateStippling ()
 
virtual void updateScribeLine ()
 
virtual void updateColors ()
 
virtual bool frontAndBackFaceRendered () const
 
virtual void updatePointsForLineStrip ()
 
virtual void updatePointsForTriangleStrip ()
 
virtual void updatePointsForExtrusion ()
 
virtual void createFaces ()
 
virtual void updateScribeForTriangleStrip ()
 
virtual void updateScribeForExtrusion (osg::Vec3Array *)
 
virtual void updateScribeForOutline ()
 
virtual void updateScribeForFull ()
 
virtual void updateGeometryWithStrip (osg::ref_ptr< osg::Geometry > &, const osg::ref_ptr< osg::Vec3Array > &)
 
virtual void slot_coordinateSystemChanged ()
 
- Protected Member Functions inherited from makVrv::DtOsgModelInstance
 DtOsgModelInstance (DtDe &de)
 
virtual void updateColorBlending ()
 
virtual void updateColorBlending (osg::Node *node)
 
virtual void enableTexture (osg::Node *root, bool onOff)
 
virtual void updateBoundingBoxViaContents ()
 
virtual void setRootNode (osg::Node *node)
 
virtual void setUpDepthTest (osg::StateSet *stateSet)
 

Protected Attributes

osg::ref_ptr< osg::Geode > myShapeGeode
 
osg::ref_ptr< osg::Geometry > myShapeGeometry
 
osg::ref_ptr< osg::Vec3Array > myShapePoints
 
osg::ref_ptr< osg::Geode > myScribeGeode
 
osg::ref_ptr< osg::Geometry > myScribeGeometryFull
 
osg::ref_ptr< osg::Geometry > myScribeGeometryTop
 
osg::ref_ptr< osg::Geometry > myScribeGeometryBottom
 
osg::ref_ptr< osg::Vec3Array > myScribePointsTop
 
osg::ref_ptr< osg::Vec3Array > myScribePointsBottom
 
osg::ref_ptr< osg::Vec3Array > myScribePointsFull
 
osg::ref_ptr< osg::Texture > myTexture
 
osg::ref_ptr< osg::Vec2Array > myTextureCoordinates
 
osg::ref_ptr< osg::LineWidth > myLineWidth
 
osg::ref_ptr< osg::LineWidth > myScribeWidth
 
osg::ref_ptr< osg::Group > myFrontTransparentGroup
 
osg::ref_ptr< osg::Group > myBackTransparentGroup
 
osg::ref_ptr< osg::Group > myOpaqueGroup
 
osg::ref_ptr< osg::Group > myMainTransform
 
osg::ref_ptr< osg::Vec3Array > myFaces
 
osg::Vec4 myColor
 
double myTextureWidth
 
double myTextureHeight
 
float myUpExtent
 
float myDownExtent
 
float myLeftExtent
 
float myRightExtent
 
PointVector myLinePoints
 
DtVector myOrigin
 
bool myShapePointsDirty
 
bool myScribed
 
bool myScribeAllPolygons
 
bool mySolid
 
bool myScribeWidthSet
 
int myStipplePattern
 
LineExtrusionMode myMode
 
DtOsgSegmentPickablemyPickable
 
bool myIsPickable
 
osg::Vec4 myScribeColor
 
bool myScribeColorSet
 
DtSignalConnectionManager myConnections
 
DtCoordinateSystemmyCoordinateSystem = nullptr
 
- Protected Attributes inherited from makVrv::DtOsgModelInstance
osg::ref_ptr< osg::Node > myModelRoot
 
osg::ref_ptr< osg::StateSet > myCachedState
 
SensorRegionStateMap mySensorRegionMap
 
AlphaToCoverageState myAlphaToCoverageState
 
DtSignalConnectionManager myConnections
 
bool myModelInstanceShaderSet
 
- Protected Attributes inherited from makVrv::DtModelInstance
DtDemyDe
 
std::string myRealizedModelDefinitionName
 
DtVector myBoundingBoxCenter
 
DtVector myBoundingBoxExtents
 
DtVector myBoundingBoxMinimum
 
DtVector myBoundingBoxMaximum
 
DtVector myAllGeometryBoundingBoxCenter
 
DtVector myAllGeometryBoundingBoxExtents
 
DtVector myAllGeometryBoundingBoxMinimum
 
DtVector myAllGeometryBoundingBoxMaximum
 
bool myContributesToBound
 
bool myColorBlendingEnabled
 
float myBlendRed
 
float myBlendBlue
 
float myBlendGreen
 
float myBlendAlpha
 

Private Member Functions

 DtExtrudedModelInstance ()
 
 DtExtrudedModelInstance (const DtExtrudedModelInstance &)
 
DtExtrudedModelInstanceoperator= (const DtExtrudedModelInstance &)
 

Additional Inherited Members

- Static Public Member Functions inherited from makVrv::DtModelInstance
static float readFloat (const std::string &paramName, const DtModelDefinition &definition)
 
static DtVector readVector (const std::string &paramName, const DtModelDefinition &definition)
 
static DtVector4< float > readVector4 (const std::string &paramName, const DtModelDefinition &definition)
 
- Public Attributes inherited from makVrv::DtOsgModelInstance
boost::signalslib::signal
< void(const std::string
&, bool) > 
signal_dynamicSensorRegionAdded
 
boost::signalslib::signal
< void(const std::string
&, bool) > 
signal_dynamicSensorRegionChanged
 
boost::signalslib::signal
< void(bool)> 
signal_atcModeEnableChanged
 
- Public Attributes inherited from makVrv::DtModelInstance
boost::signalslib::signal
< void(DtModelInstance *)> 
signal_modelInstanceChanged
 

Member Typedef Documentation

typedef std::vector<DtVector> makVrv::DtExtrudedModelInstance::PointVector

Member Enumeration Documentation

Enumerator
LineOnly 
ExtrudeWidth 
ExtrudeHeight 
FullExtrusion 

Constructor & Destructor Documentation

makVrv::DtExtrudedModelInstance::DtExtrudedModelInstance ( DtDe de)

CTOR.

virtual makVrv::DtExtrudedModelInstance::~DtExtrudedModelInstance ( )
virtual

DTOR.

makVrv::DtExtrudedModelInstance::DtExtrudedModelInstance ( )
private

Default Constructor not implemented.

makVrv::DtExtrudedModelInstance::DtExtrudedModelInstance ( const DtExtrudedModelInstance )
private

Copy Constructor not implemented - Copy not allowed.

Member Function Documentation

DtExtrudedModelInstance& makVrv::DtExtrudedModelInstance::operator= ( const DtExtrudedModelInstance )
private

Assignment Operator not implemented - Copy not allowed.

virtual const PointVector& makVrv::DtExtrudedModelInstance::points ( ) const
virtual

Returns the points associated with this model.

virtual void makVrv::DtExtrudedModelInstance::addPoint ( const DtVector &  ,
int  index = -1 
)
virtual

Add a control point to the end of the control point list if index is -1, or, at the specified index.

virtual void makVrv::DtExtrudedModelInstance::removePoint ( int  index)
virtual

Remove a control point at the specified index.

virtual void makVrv::DtExtrudedModelInstance::setPoints ( const std::vector< DtVector > &  )
virtual

Sets all the points.

virtual void makVrv::DtExtrudedModelInstance::setPosition ( int  index,
const DtVector &   
)
virtual

Move a control point at the specified index to a new position.

virtual void makVrv::DtExtrudedModelInstance::setPositions ( const std::vector< DtVector > &  )
virtual

Sets all the positions int the model. replacing existing.

virtual void makVrv::DtExtrudedModelInstance::clearPoints ( )
virtual

Clears out positions and resets geometry.

virtual void makVrv::DtExtrudedModelInstance::addToConnector ( DtOsgSceneConnector connector)
virtual

Tell the model instance to add itself to the provided node.

Reimplemented from makVrv::DtOsgModelInstance.

virtual bool makVrv::DtExtrudedModelInstance::removeFromConnector ( DtOsgSceneConnector connector)
virtual

Tell the model instance to remove itself from the provided node.

Reimplemented from makVrv::DtOsgModelInstance.

virtual void makVrv::DtExtrudedModelInstance::setStipplePattern ( unsigned  int)
virtual

Sets the stipple pattern of the line.

virtual void makVrv::DtExtrudedModelInstance::setColor ( float  r,
float  g,
float  b,
float  a 
)
virtual

Set the color of the line.

Reimplemented in makVrv::DtExtrudedPolygonModelInstance.

virtual void makVrv::DtExtrudedModelInstance::getColor ( float &  r,
float &  g,
float &  b,
float &  a 
) const
virtual

Gets the color of the line.

virtual void makVrv::DtExtrudedModelInstance::setTextureHeight ( double  height)
virtual

Set the height of the texture in meters.

virtual void makVrv::DtExtrudedModelInstance::setTextureWidth ( double  width)
virtual

Set the width of the texture tiles in meters.

virtual void makVrv::DtExtrudedModelInstance::setTexture ( osg::Texture *  texture)
virtual

Set the shape's texture.

virtual void makVrv::DtExtrudedModelInstance::setUpExtent ( float  height)
virtual

Sets the values of the extents of the line. Extents of the line are different than the width or height in that in setting the width or height those are centered around the points. The extents work from the point and move in the direction of the extent in topographic space. For example, if you imagine a straight line, the up extent moves straight up from that line, the down extent straight down, left to the left and right to the right. As the line rotates and orients the extents orient and rotate with that line.

Set the shape's upwards extrusion extent

virtual void makVrv::DtExtrudedModelInstance::setDownExtent ( float  height)
virtual

Set the shape's downwards extrusion extent.

virtual void makVrv::DtExtrudedModelInstance::setLeftExtent ( float  height)
virtual

Set the shape's left extrusion extent.

virtual void makVrv::DtExtrudedModelInstance::setRightExtent ( float  heigh)
virtual

Set the shape's right extrusion extent.

virtual void makVrv::DtExtrudedModelInstance::setWidth ( float  )
virtual

Sets the width of the line. If there is height, will 0 out height.

virtual void makVrv::DtExtrudedModelInstance::setHeight ( float  )
virtual

Sets the height of the line ("up/down" the origin point). If width is set, will 0 out width for the entire line.

virtual void makVrv::DtExtrudedModelInstance::setDimensions ( float  width,
float  height 
)
virtual

Sets the dimensions of the line.

virtual void makVrv::DtExtrudedModelInstance::setLineWidth ( float  width)
virtual

Sets the width of the line in pixel space, not world. Clears out any existing dimensional size.

virtual void makVrv::DtExtrudedModelInstance::setScribeWidth ( float  width)
virtual

Sets the width of the scribe line in pixel space. This will set a flag such that when the line width is changed this width is not, so, once set, you will need to continue to set to keep pace with line width. Set to 0 to reset scribe width back to line width.

virtual void makVrv::DtExtrudedModelInstance::setScribeAllPolygons ( bool  )
virtual

Sets whether or not to only scribe the outline (and not the line edges). Only valid if scribed is true. If set to true will scribe all point connections along the polygon. If false will only scribe the top and bottom of the polygon.

virtual void makVrv::DtExtrudedModelInstance::setScribed ( bool  b)
virtual

Sets the line to be scribed (default true)

virtual void makVrv::DtExtrudedModelInstance::setScribeColor ( float  r,
float  g,
float  b,
float  a 
)
virtual

Sets the color of the scribe line. Once set it will always be different than the color of the main polygon.

virtual void makVrv::DtExtrudedModelInstance::setVisible ( bool  isVisible)
inlinevirtual

no-op

Implements makVrv::DtModelInstance.

int makVrv::DtExtrudedModelInstance::pointCount ( ) const

Returns the number of points.

const DtVector& makVrv::DtExtrudedModelInstance::origin ( ) const

Returns the origin point of the line.

const DtVector& makVrv::DtExtrudedModelInstance::point ( int  ) const

Returns the point at the given index. zero point if index is out of range.

virtual void makVrv::DtExtrudedModelInstance::setPickable ( bool  )
virtual

Sets whether or not line is pickable.

bool makVrv::DtExtrudedModelInstance::pickable ( ) const

Returns whether or not line is pickable.

void makVrv::DtExtrudedModelInstance::setOrigin ( const DtVector &  origin)
virtual void makVrv::DtExtrudedModelInstance::updatePoints ( )
virtual

Create the point array based on extents and point list.

Reimplemented in makVrv::DtExtrudedPolygonModelInstance.

virtual void makVrv::DtExtrudedModelInstance::setSolid ( bool  )
virtual

Sets shape solid or outlined only. If solid is false and scribed is false, line will be effectively invisible.

osg::Node* makVrv::DtExtrudedModelInstance::rootNode ( )
virtual

Returns the root node.

Reimplemented from makVrv::DtOsgModelInstance.

virtual osg::Vec3 makVrv::DtExtrudedModelInstance::rotatePoint ( const osg::Vec3 &  org,
double  range,
const DtTaitBryan &  angle 
) const
protectedvirtual

Rotates the point at the given topo angle and returns the result.

virtual void makVrv::DtExtrudedModelInstance::updateMode ( )
protectedvirtual

Updates the line mode to a correct mode for the given extents.

virtual void makVrv::DtExtrudedModelInstance::updateGeometry ( )
protectedvirtual

Rebuild the geometry objects.

Reimplemented in makVrv::DtExtrudedPolygonModelInstance.

virtual void makVrv::DtExtrudedModelInstance::updateTextureCoordinates ( )
protectedvirtual

Recalculate the texture coordinates.

virtual void makVrv::DtExtrudedModelInstance::addPointsForExtentExtrusion ( const DtVector &  point)
protectedvirtual

Add points for a height or width extrustion.

virtual void makVrv::DtExtrudedModelInstance::addFaceForRotation ( const osg::Quat &  rotation,
const DtVector &  point 
)
protectedvirtual

Adds a face given the rotation matrix.

virtual void makVrv::DtExtrudedModelInstance::addPointsForFullExtrusion ( const DtVector &  from,
const DtVector &  to 
)
protectedvirtual

Add points for full extrustion.

virtual void makVrv::DtExtrudedModelInstance::setupScribeTransparency ( bool  b)
protectedvirtual

Sets up the fact that the scribe line is transparent (true) or not (false) with respect to blending into the background.

virtual void makVrv::DtExtrudedModelInstance::setupGeodeTransparency ( bool  b)
protectedvirtual

Sets up transparency for geode that represents the objects points.

virtual void makVrv::DtExtrudedModelInstance::updateStippling ( )
protectedvirtual

Updates for stippling.

Reimplemented in makVrv::DtExtrudedPolygonModelInstance.

virtual void makVrv::DtExtrudedModelInstance::updateScribeLine ( )
protectedvirtual

Updates the scribe line for geometry and color.

virtual void makVrv::DtExtrudedModelInstance::updateColors ( )
protectedvirtual

Updates colors of line and scribe line.

Reimplemented in makVrv::DtExtrudedPolygonModelInstance.

virtual bool makVrv::DtExtrudedModelInstance::frontAndBackFaceRendered ( ) const
protectedvirtual

Returns true if the first and last face are part of the line. Default is true.

virtual void makVrv::DtExtrudedModelInstance::updatePointsForLineStrip ( )
protectedvirtual

Updates the points for the line strip mode (no extrusion)

virtual void makVrv::DtExtrudedModelInstance::updatePointsForTriangleStrip ( )
protectedvirtual

Updates points for width or height extrusion.

virtual void makVrv::DtExtrudedModelInstance::updatePointsForExtrusion ( )
protectedvirtual

Updates points for full extrusion.

virtual void makVrv::DtExtrudedModelInstance::createFaces ( )
protectedvirtual

Creates the front/back face per segment for full extrusion.

virtual void makVrv::DtExtrudedModelInstance::updateScribeForTriangleStrip ( )
protectedvirtual

Updates script line for triangle strip mode.

virtual void makVrv::DtExtrudedModelInstance::updateScribeForExtrusion ( osg::Vec3Array *  )
protectedvirtual

Updates scribe line for full extrusion mode.

virtual void makVrv::DtExtrudedModelInstance::updateScribeForOutline ( )
protectedvirtual

Updates scribe for outline (top/bottom) only.

virtual void makVrv::DtExtrudedModelInstance::updateScribeForFull ( )
protectedvirtual

Updates scribe for edges and outline.

virtual void makVrv::DtExtrudedModelInstance::updateGeometryWithStrip ( osg::ref_ptr< osg::Geometry > &  ,
const osg::ref_ptr< osg::Vec3Array > &   
)
protectedvirtual

Updates geometry with indicies necessary to draw scribe line.

virtual void makVrv::DtExtrudedModelInstance::slot_coordinateSystemChanged ( )
protectedvirtual

slot for when the coordinate system changes

Member Data Documentation

osg::ref_ptr<osg::Geode> makVrv::DtExtrudedModelInstance::myShapeGeode
protected
osg::ref_ptr<osg::Geometry> makVrv::DtExtrudedModelInstance::myShapeGeometry
protected
osg::ref_ptr<osg::Vec3Array> makVrv::DtExtrudedModelInstance::myShapePoints
protected
osg::ref_ptr<osg::Geode> makVrv::DtExtrudedModelInstance::myScribeGeode
protected
osg::ref_ptr<osg::Geometry> makVrv::DtExtrudedModelInstance::myScribeGeometryFull
protected
osg::ref_ptr<osg::Geometry> makVrv::DtExtrudedModelInstance::myScribeGeometryTop
protected
osg::ref_ptr<osg::Geometry> makVrv::DtExtrudedModelInstance::myScribeGeometryBottom
protected
osg::ref_ptr<osg::Vec3Array> makVrv::DtExtrudedModelInstance::myScribePointsTop
protected
osg::ref_ptr<osg::Vec3Array> makVrv::DtExtrudedModelInstance::myScribePointsBottom
protected
osg::ref_ptr<osg::Vec3Array> makVrv::DtExtrudedModelInstance::myScribePointsFull
protected
osg::ref_ptr<osg::Texture> makVrv::DtExtrudedModelInstance::myTexture
protected
osg::ref_ptr<osg::Vec2Array> makVrv::DtExtrudedModelInstance::myTextureCoordinates
protected
osg::ref_ptr<osg::LineWidth> makVrv::DtExtrudedModelInstance::myLineWidth
protected
osg::ref_ptr<osg::LineWidth> makVrv::DtExtrudedModelInstance::myScribeWidth
protected
osg::ref_ptr<osg::Group> makVrv::DtExtrudedModelInstance::myFrontTransparentGroup
protected
osg::ref_ptr<osg::Group> makVrv::DtExtrudedModelInstance::myBackTransparentGroup
protected
osg::ref_ptr<osg::Group> makVrv::DtExtrudedModelInstance::myOpaqueGroup
protected
osg::ref_ptr<osg::Group> makVrv::DtExtrudedModelInstance::myMainTransform
protected
osg::ref_ptr<osg::Vec3Array> makVrv::DtExtrudedModelInstance::myFaces
protected

If the line has width and height, the list of faces that make up the junction points of the boxes. Each junction point is a series of four coordinates.

osg::Vec4 makVrv::DtExtrudedModelInstance::myColor
protected
double makVrv::DtExtrudedModelInstance::myTextureWidth
protected
double makVrv::DtExtrudedModelInstance::myTextureHeight
protected
float makVrv::DtExtrudedModelInstance::myUpExtent
protected
float makVrv::DtExtrudedModelInstance::myDownExtent
protected
float makVrv::DtExtrudedModelInstance::myLeftExtent
protected
float makVrv::DtExtrudedModelInstance::myRightExtent
protected
PointVector makVrv::DtExtrudedModelInstance::myLinePoints
protected
DtVector makVrv::DtExtrudedModelInstance::myOrigin
protected
bool makVrv::DtExtrudedModelInstance::myShapePointsDirty
protected
bool makVrv::DtExtrudedModelInstance::myScribed
protected
bool makVrv::DtExtrudedModelInstance::myScribeAllPolygons
protected
bool makVrv::DtExtrudedModelInstance::mySolid
protected
bool makVrv::DtExtrudedModelInstance::myScribeWidthSet
protected
int makVrv::DtExtrudedModelInstance::myStipplePattern
protected
LineExtrusionMode makVrv::DtExtrudedModelInstance::myMode
protected
DtOsgSegmentPickable* makVrv::DtExtrudedModelInstance::myPickable
protected

If drawing as line use this pointer to create the pickable segments of that line, else geometry will not support it.

bool makVrv::DtExtrudedModelInstance::myIsPickable
protected
osg::Vec4 makVrv::DtExtrudedModelInstance::myScribeColor
protected
bool makVrv::DtExtrudedModelInstance::myScribeColorSet
protected
DtSignalConnectionManager makVrv::DtExtrudedModelInstance::myConnections
protected
DtCoordinateSystem* makVrv::DtExtrudedModelInstance::myCoordinateSystem = nullptr
protected

local clone of the system wide coordinate system. for thread safety.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)