Class PoArrow
- All Implemented Interfaces:
SafeDisposable
File format/default:
PoArrow
{
point | 0 0 |
startPatternType | NO_PATTERN |
endPatternType | NO_PATTERN |
patternWidth | 0.05 |
patternHeight | 0.03 |
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Type of pattern at the arrow extremities.Nested classes/interfaces inherited from class com.openinventor.meshviz.graph.PoBase
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModes
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SoSFEnum
<PoArrow.PatternTypes> Defines the end arrow pattern type.final SoSFFloat
Define the height of the start and end arrow pattern.final SoSFFloat
Define the width of the start and end arrow pattern.final SoMFVec2f
Point list of the arrow.final SoSFEnum
<PoArrow.PatternTypes> Defines the start arrow pattern type.Fields inherited from class com.openinventor.inventor.nodekits.SoBaseKit
boundingBoxIgnoring
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
ConstructorsConstructorDescriptionPoArrow()
Default constructor.Calls PoArrow(_point, PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f).PoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType) Calls PoArrow(_point, startType, PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f).PoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType) Calls PoArrow(_point, startType, endType, (float)0.05f, (float)0.03f).PoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth) Calls PoArrow(_point, startType, endType, _patternWidth, (float)0.03f).PoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth, float _patternHeight) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic SoNodekitCatalog
Returns theSoNodekitCatalog
for this class.Methods inherited from class com.openinventor.meshviz.graph.PoBase
addPostRebuildCallback, addPreRebuildCallback, getDomain, getNodeWriteFormat, getTextType, getUpdateMethod, isBuilt, isModified, isVRML2Mode, rebuild, setDomain, setNodeWriteFormat, setTextType, setUpdateMethod, setVRML2Mode, touchKit
Methods inherited from class com.openinventor.inventor.nodekits.SoBaseKit
getNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildren
Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaults
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
Field Details
-
point
Point list of the arrow. -
startPatternType
Defines the start arrow pattern type. -
endPatternType
Defines the end arrow pattern type. -
patternWidth
Define the width of the start and end arrow pattern. It is given in the normalized space [0-1]x[0-1]x([0-1]) defined by the current domain (cfPoBase
description). -
patternHeight
Define the height of the start and end arrow pattern. It is given in the normalized space [0-1]x[0-1]x([0-1]) defined by the current domain (cfPoBase
description).
-
-
Constructor Details
-
PoArrow
Calls PoArrow(_point, startType, endType, (float)0.05f, (float)0.03f). -
PoArrow
Calls PoArrow(_point, startType, PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f). -
PoArrow
Calls PoArrow(_point, PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f). -
PoArrow
public PoArrow(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth) Calls PoArrow(_point, startType, endType, _patternWidth, (float)0.03f). -
PoArrow
public PoArrow()Default constructor. -
PoArrow
public PoArrow(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth, float _patternHeight) Constructor.
-
-
Method Details
-
getClassNodekitCatalog
Returns theSoNodekitCatalog
for this class.
-