View Source
Class StructureMeta
Inheritance
System.Object
StructureMeta
Namespace:EvilDICOM.CV.RT.Meta
Assembly:EvilDICOM.CV.dll
Syntax
public class StructureMeta : object
Properties
View Source
Color
Declaration
public Scalar Color { get; set; }
Property Value
View Source
DICOMType
Declaration
public string DICOMType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
DVHData
Declaration
public DVHData DVHData { get; set; }
Property Value
View Source
Look
Declaration
public StructureLook Look { get; set; }
Property Value
View Source
ROINumber
Declaration
public int ROINumber { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
SliceContours
Declaration
public List<SliceContourMeta> SliceContours { get; set; }
Property Value
View Source
StructureId
Declaration
public string StructureId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
StructureName
Declaration
public string StructureName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
VolumeCC
Declaration
public double VolumeCC { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
View Source
CalculateSDFMatrix(Matrix)
Calculates a 1 mm^3 matrix describing the shape of the contour. All voxels contain signed distance function
to closest contour point. Zero boundry is edge
Declaration
public Matrix CalculateSDFMatrix(Matrix valueMatrix)
Parameters
| Type |
Name |
Description |
| Matrix |
valueMatrix |
|
Returns
| Type |
Description |
| Matrix |
a matrix describing shape of contour
|
View Source
ToString()
Calculates a 1 mm^3 matrix describing the shape of the contour. Inside is 1, Outside is -1 and zero boundry is edge
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
a matrix describing shape of contour
|
Extension Methods