Home
last modified time | relevance | path

Searched refs:SoSFNode (Results 1 – 25 of 77) sorted by relevance

1234

/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/
H A DSoSFNode.cpp83 SO_SFIELD_REQUIRED_SOURCE(SoSFNode);
88 SoSFNode::initClass(void) in initClass()
90 SO_SFIELD_INTERNAL_INIT_CLASS(SoSFNode); in initClass()
98 SoSFNode::SoSFNode(void) in SoSFNode() function in SoSFNode
107 SoSFNode::~SoSFNode(void) in ~SoSFNode()
124 SoSFNode::setValue(SoNode * newval) in setValue()
169 SoSFNode::operator==(const SoSFNode & field) const in operator ==()
176 SoSFNode::readValue(SoInput * in) in readValue()
290 SoSFNode::fixCopy(SbBool copyconnections) in fixCopy()
318 SoSFNode::referencesCopy(void) const in referencesCopy()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLVertexShape.h56 SoSFNode coord;
57 SoSFNode texCoord;
58 SoSFNode normal;
59 SoSFNode color;
H A DSoVRMLAppearance.h52 SoSFNode material;
53 SoSFNode texture;
54 SoSFNode textureTransform;
H A DSoVRMLElevationGrid.h67 SoSFNode texCoord;
68 SoSFNode normal;
69 SoSFNode color;
H A DSoVRMLVertexLine.h49 SoSFNode coord;
50 SoSFNode color;
H A DSoVRMLVertexPoint.h50 SoSFNode coord;
51 SoSFNode color;
H A DSoVRMLShape.h57 SoSFNode appearance;
58 SoSFNode geometry;
H A DSoVRMLCollision.h55 SoSFNode proxy;
H A DSoVRMLText.h55 SoSFNode fontStyle;
H A DSoVRMLSound.h55 SoSFNode source;
/dports/graphics/py-pivy/pivy-0.6.6/Inventor/fields/
H A DSoSFNode.i1 %extend SoSFNode {
2 void setValue(const SoSFNode * other) { *self = *other; } in setValue()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/fields/
H A DSoSFNode.h47 class COIN_DLL_API SoSFNode : public SoSField {
50 SO_SFIELD_HEADER(SoSFNode, SoNode *, SoNode *);
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/annex/Profiler/nodekits/
H A DSoProfilerVisualizeKit.h57 SoSFNode root;
61 SoSFNode stats;
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoSceneTexture2.h108 SoSFNode scene;
109 SoSFNode sceneTransparencyType;
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/nodes/
H A DSceneTexture2.h.in34 #include <Inventor/fields/SoSFNode.h>
45 SoSFNode scene;
H A DMaterialEditor.h.in31 #include <Inventor/fields/SoSFNode.h>
54 SoSFNode material;
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoUnknownNode.cpp167 SoSFNode * f = (SoSFNode *)this->classfielddata->getField(this, i); in readInstance()
168 if (f->isOfType(SoSFNode::getClassTypeId())) { in readInstance()
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodekits/
H A DSoBaseKit.cpp570 SbList<SoSFNode*> instancelist;
1240 SoNode * node = (SoNode*) ((SoSFNode*)field)->getValue(); in countMyFields()
1298 SoSFNode * field = PRIVATE(this)->instancelist[i]; in setDefaultOnNonWritingFields()
1364 SoSFNode * part = (SoSFNode*) field; in forceChildDrivenWriteRefs()
2038 const SbList<SoSFNode*> &
2141 SoSFNode * pfield; in readInstance()
2144 pfield = (SoSFNode *) unknownfielddata->getField(this, i); in readInstance()
2256 SoSFNode * nodefield = PRIVATE(kit)->instancelist[partnum]; in findPart()
2538 SoSFNode * field = this->instancelist[i]; in testParentWrite()
2572 const SbList <SoSFNode*> & srcfields = srckit->getCatalogInstances(); in copyParts()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/models/io/incorrect/
H A Dbug055.wrl5 # SbBool SoSFNode::readValue(SoInput * in) will complain.
H A Dbug055-8.wrl5 # SbBool SoSFNode::readValue(SoInput * in) will complain.
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DSceneTexture2.h.in43 #include <Inventor/fields/SoSFNode.h>
54 SoSFNode scene;
H A DMaterialEditor.h.in40 #include <Inventor/fields/SoSFNode.h>
63 SoSFNode material;
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/annex/FXViz/nodes/
H A DSoShadowSpotLight.h53 SoSFNode shadowMapScene;
H A DSoShadowDirectionalLight.h53 SoSFNode shadowMapScene;
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/engines/
H A DSoComputeBoundingBox.h51 SoSFNode node;

1234