#include <Surface.hh>
This class captures a CDL surface, primarily used to interface with the PCM component of the simulation system. A Surface consists of a name, a material specification for the associated CDL objects and a collection of parameters.
Public Member Functions | |
| Surface (const char *name) | |
| void | setDeMaterial (DeMaterial *mat) |
| DeMaterial * | getDeMaterial (void) |
| char * | getName (void) |
| double * | getParam (const char *name) |
|
|
This constructor creates a surface object with the specified name |
|
|
This method returns the material properties associated with this surface type |
|
|
This method returns the name of the surface |
|
|
This method sets the material properties associated with this surface type |