Coin  4.0.3
Coin3D core library
Loading...
Searching...
No Matches
SoTempPath Class Reference

The SoTempPath class is used to store temporary paths. More...

#include <Inventor/misc/SoTempPath.h>

Inheritance diagram for SoTempPath:
SoFullPath SoPath SoBase

Public Member Functions

 SoTempPath (const int approxlength)
 
void replaceTail (SoNode *const node, const int index)
 
void simpleAppend (SoNode *const node, const int index)
 
- Public Member Functions inherited from SoFullPath
int getIndexFromTail (const int index) const
 
int getLength (void) const
 
SoNodegetNodeFromTail (const int index) const
 
SoNodegetTail (void) const
 
void pop (void)
 
- Public Member Functions inherited from SoPath
 SoPath (const int approxlength=4)
 
 SoPath (const SoPath &rhs)
 
 SoPath (SoNode *const head)
 
void append (const int childindex)
 
void append (const SoPath *const frompath)
 
void append (SoNode *const node)
 
SbBool containsNode (const SoNode *const node) const
 
SbBool containsPath (const SoPath *const path) const
 
SoPathcopy (const int startfromnodeindex=0, int numnodes=0) const
 
int findFork (const SoPath *const path) const
 
int findNode (const SoNode *const node) const
 
SoNodegetHead (void) const
 
int getIndex (const int index) const
 
int getIndexFromTail (const int index) const
 
int getLength (void) const
 
SoNodegetNode (const int index) const
 
SoNodegetNodeFromTail (const int index) const
 
SoNodegetTail (void) const
 
virtual SoType getTypeId (void) const
 Returns the type identification of an object derived from a class inheriting SoBase. This is used for runtime type checking and "downward" casting.
 
void insertIndex (SoNode *const parent, const int newindex)
 
SbBool isRelevantNotification (SoNotList *const l) const
 
SoPathoperator= (const SoPath &rhs)
 
void pop (void)
 
void push (const int childindex)
 
void removeIndex (SoNode *const parent, const int oldindex)
 
void replaceIndex (SoNode *const parent, const int index, SoNode *const newchild)
 
void setHead (SoNode *const head)
 
void truncate (const int length)
 
virtual void write (SoWriteAction *action)
 
- Public Member Functions inherited from SoBase
void addAuditor (void *const auditor, const SoNotRec::Type type)
 
virtual void addWriteReference (SoOutput *out, SbBool isfromfield=FALSE)
 
void assertAlive (void) const
 
const SoAuditorListgetAuditors (void) const
 
virtual SbName getName (void) const
 
int32_t getRefCount (void) const
 
SbBool isOfType (SoType type) const
 Returns TRUE if the type of this object is either of the same type or inherited from type.
 
virtual void notify (SoNotList *l)
 
void ref (void) const
 
void removeAuditor (void *const auditor, const SoNotRec::Type type)
 
virtual void setName (const SbName &newname)
 
SbBool shouldWrite (void)
 
virtual void startNotify (void)
 
void touch (void)
 
void unref (void) const
 
void unrefNoDelete (void) const
 

Additional Inherited Members

- Static Public Member Functions inherited from SoPath
static SoPathgetByName (const SbName name)
 
static int getByName (const SbName name, SoPathList &l)
 
static SoType getClassTypeId (void)
 This static method returns the SoType object associated with objects of this class.
 
static void initClass (void)
 Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.
 
- Static Public Member Functions inherited from SoBase
static void addName (SoBase *const base, const char *const name)
 
static SbBool connectRoute (SoInput *input, const SbName &fromnodename, const SbName &fromfieldname, const SbName &tonodename, const SbName &tofieldname)
 
static void decrementCurrentWriteCounter (void)
 
static SoType getClassTypeId (void)
 This static method returns the SoType object associated with objects of this class.
 
static SoBasegetNamedBase (const SbName &name, SoType type)
 
static int getNamedBases (const SbName &name, SoBaseList &baselist, SoType type)
 
static SbBool getTraceRefs (void)
 
static void incrementCurrentWriteCounter (void)
 
static void initClass (void)
 Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system.
 
static SbBool read (SoInput *input, SoBase *&base, SoType expectedtype)
 
static SbBool readRoute (SoInput *input)
 
static void removeName (SoBase *const base, const char *const name)
 
static void setInstancePrefix (const SbString &c)
 
static void setTraceRefs (SbBool trace)
 
- Protected Types inherited from SoBase
enum  BaseFlags { IS_ENGINE = 0x01 , IS_GROUP = 0x02 }
 
- Protected Member Functions inherited from SoPath
virtual ~SoPath ()
 
void auditPath (const SbBool flag)
 
- Protected Member Functions inherited from SoBase
 SoBase (void)
 
virtual ~SoBase ()
 
virtual SoNotRec createNotRec (void)
 
virtual void destroy (void)
 
virtual const char * getFileFormatName (void) const
 
SbBool hasMultipleWriteRefs (void) const
 
void writeFooter (SoOutput *out) const
 
SbBool writeHeader (SoOutput *out, SbBool isgroup, SbBool isengine) const
 
- Static Protected Member Functions inherited from SoBase
static uint32_t getCurrentWriteCounter (void)
 
static void staticDataLock (void)
 
static void staticDataUnlock (void)
 

Detailed Description

The SoTempPath class is used to store temporary paths.

The path simply turns off auditing in the constructor, and leaves the user with the responsibility of keeping the path valid.

Constructor & Destructor Documentation

◆ SoTempPath()

SoTempPath::SoTempPath ( const int approxlength)

Constructor.

Member Function Documentation

◆ replaceTail()

void SoTempPath::replaceTail ( SoNode *const node,
const int index )

Replace the tail of this path. The node is specified by node and parent child index. This method is only available in SoTempPath, since it will not consider auditing or hidden children.

◆ simpleAppend()

void SoTempPath::simpleAppend ( SoNode *const node,
const int index )

Append a node (specified by node and parent child index) to the path. This method is only available in SoTempPath, since it will not consider auditing or hidden children.


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