public class NCreatePresentationLUTAttribute extends Attributes
| Constructor and Description |
|---|
NCreatePresentationLUTAttribute()
This is default Constructor for NCreatePresentationLUTAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the dataset using already populated Query Model.
|
PresentationLUTSequence |
getPresentationLUTSequence()
Retrieves pre-initialized object of PresentationLUTSequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String |
getPresentationLUTShape()
Retrieves a subset of a conceptual Presentation LUT.
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled dataset.
|
void |
setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
Sets a subset of a conceptual Presentation LUT.This Attribute defines an identity transformation or inverse
identity transformation.
|
public NCreatePresentationLUTAttribute()
public PresentationLUTSequence getPresentationLUTSequence()
public void setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
enumPresentationLUTShape - the enum presentation lut shapepublic java.lang.String getPresentationLUTShape()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet