public class SurfaceMeshModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
SurfaceMeshModule(IDataSet objIDataSet)
Instantiates a new Surface Mesh Module
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfSurfaces()
Retrieves Number of surfaces contained in the Instance.
|
SurfaceSequence |
getSurfaceSequence()
Retrieves pre-initialized object of SurfaceSequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
void |
setNumberOfSurfaces(int iNumberOfSurfaces)
Sets Number of surfaces contained in the Instance.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public SurfaceMeshModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
IModulevalidateModule in interface IModulevalidateModule in class ModuleInvalidModuleExceptionpublic void setNumberOfSurfaces(int iNumberOfSurfaces)
iNumberOfSurfaces - int value of Number of surfaces contained in the Instance.public int getNumberOfSurfaces()
public SurfaceSequence getSurfaceSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module