ViewShape Class Reference
#include <ViewMap.h>
List of all members.
Detailed Description
Class gathering the elements of the
ViewMap (
ViewVertex,
ViewEdge) that are issued from the same input shape.
Constructor & Destructor Documentation
|
Builds a ViewShape from a SShape. |
Member Function Documentation
void AddEdge |
( |
ViewEdge * |
iEdge |
) |
[inline] |
|
virtual ViewShape* dupplicate |
( |
|
) |
[inline, virtual] |
|
|
Returns the list of ViewEdge contained in this ViewShape. |
Id getId |
( |
|
) |
const [inline] |
|
|
Returns the ViewShape id. |
void SetEdges |
( |
const vector< ViewEdge * > & |
iEdges |
) |
[inline] |
|
|
Sets the list of ViewEdge contained in this ViewShape. |
void SetSShape |
( |
SShape * |
iSShape |
) |
[inline] |
|
|
Sets the SShape on top of which the ViewShape is built. |
void SetVertices |
( |
const vector< ViewVertex * > & |
iVertices |
) |
[inline] |
|
|
Sets the list of ViewVertex contained in this ViewShape. |
const SShape* sshape |
( |
|
) |
const [inline] |
|
|
Returns the SShape on top of which this ViewShape is built. |
|
Returns the SShape on top of which this ViewShape is built. |
|
Returns the list of ViewVertex contained in this ViewShape. |
Member Data Documentation
|
A field that can be used by the user to store any data. This field must be reseted afterwards using ResetUserData(). |
The documentation for this class was generated from the following file: