Book Contents | Book Index | Master Index | Previous Chapter | Next Chapter
Search STEP Tools Web Support

14.1 Overview

The RoseBackptrs class manages the backpointers of a single instance. To obtain an instance of this class, you call rose_compute_backptrs() on your RoseDesign, then call rose_get_backptrs() to retreive the backpointers for a specific instance.

See Backpointers for more information.


14.2 get()

RoseStructure * get(
	unsigned i
	);

The get() method returns one of the elements of the backpointer list.


14.3 size()

unsigned size();

The size() method returns the number of elements in the back pointer list. These elements can then be retreived by index using the get() method.

| Book Contents | Book Index | Master Index | ST-Developer Home | Previous Chapter | Next Chapter |