Definition at line 97 of file densitybase.h.
Public Attributes | |
bool | visible |
= true if the surface is visible | |
double | level |
The isolevel at which the surface is determined. | |
unsigned int | colour |
The colour of the surface. | |
unsigned int | opacity |
The opacity of the surface. | |
unsigned int | type |
The rendering type (solid, wireframe, dots). | |
bool | deleted |
= true if the surface was deleted | |
bool | isNew |
= true if the surface is a new one | |
unsigned int | ID |
The ID of the surface. |
|
= true if the surface is visible
Definition at line 100 of file densitybase.h. |
|
The isolevel at which the surface is determined.
Definition at line 101 of file densitybase.h. |
|
The colour of the surface.
Definition at line 102 of file densitybase.h. |
|
The opacity of the surface.
Definition at line 103 of file densitybase.h. |
|
The rendering type (solid, wireframe, dots).
Definition at line 104 of file densitybase.h. |
|
= true if the surface was deleted
Definition at line 105 of file densitybase.h. |
|
= true if the surface is a new one
Definition at line 106 of file densitybase.h. |
|
The ID of the surface.
Definition at line 107 of file densitybase.h. |