36#include <Inventor/misc/SoBase.h>
37#include <Inventor/lists/SbList.h>
38#include <Inventor/lists/SoNodeList.h>
42#include <Inventor/SoLists.h>
56 static void initClass(
void);
64 static SoType getClassTypeId(
void);
65 virtual SoType getTypeId(
void)
const;
67 void setHead(
SoNode *
const head);
68 SoNode * getHead(
void)
const;
74 SoNode * getTail(
void)
const;
75 SoNode * getNode(
const int index)
const;
76 SoNode * getNodeFromTail(
const int index)
const;
77 int getIndex(
const int index)
const;
78 int getIndexFromTail(
const int index)
const;
82 int findFork(
const SoPath *
const path)
const;
83 int findNode(
const SoNode *
const node)
const;
85 SbBool containsNode(
const SoNode *
const node)
const;
86 SbBool containsPath(
const SoPath *
const path)
const;
96 void replaceIndex(
SoNode *
const parent,
const int index,
98 SbBool isRelevantNotification(
SoNotList *
const l)
const;
104 void auditPath(
const SbBool
flag);
107 static void cleanupClass(
void);
108 static void * createInstance(
void);
110 int getFullLength(
void)
const;
111 void truncate(
const int length,
const SbBool donotify);
112 virtual SbBool readInstance(
SoInput *
in,
unsigned short flags);
113 void setFirstHidden(
void);
119 SbBool firsthiddendirty;
120 static SoType classTypeId;
131SoPath::getFullLength(
void)
const
145 this->
truncate(this->getFullLength() - 1);
153#include <Inventor/SoFullPath.h>
154#include <Inventor/misc/SoLightPath.h>
The SbList class is a template container class for lists.
Definition SbList.h:70
void truncate(const int length, const int dofit=0)
Definition SbList.h:172
int getLength(void) const
Definition SbList.h:168
Type pop(void)
Definition SbList.h:184
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
int operator!=(const SbList< Type > &l) const
Definition SbList.h:217
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
void copy(const SbList< Type > &l)
Definition SbList.h:92
void append(const Type item)
Definition SbList.h:121
void push(const Type item)
Definition SbList.h:180
The SbName class stores strings by reference.
Definition SbName.h:40
int getLength(void) const
Definition lists/SbPList.h:103
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition SoBase.h:45
The SoFullPath class allows examination of hidden children in paths.
Definition SoFullPath.h:38
The SoNodeKitPath class is a path that contains only nodekit nodes.
Definition SoNodeKitPath.h:42
The SoNodeList class is a container for pointers to SoNode objects.
Definition SoNodeList.h:40
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
The SoPathList class is a container for pointers to SoPath objects.
Definition SoPathList.h:40
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52
void push(const int childindex)
Definition SoPath.h:137
void append(const int childindex)
Definition SoPath.cpp:211
void pop(void)
Definition SoPath.h:143
void truncate(const int length)
Definition SoPath.cpp:528
The SoTempPath class is used to store temporary paths.
Definition SoTempPath.h:38
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:42