Constructor taking a pointer to an already constructed Table, and a String indicating a column name. Histogram2dDD(const Table *table, const String column);
Constructor taking a pointer to an Array.
Histogram2dDD(const Array
Destructor.
Return the data unit.
Format the histogram value at the given world position.
Install the default options for this DisplayData.
Apply options stored in rec to the DisplayData. A
return value of True means a refresh is needed.
recOut contains any fields which were implicitly
changed as a result of the call to this function.
Retrieve the current and default options and parameter types.
Return the type of this DisplayData.
Create a new AxesDisplayMethod for drawing on the given
WorldCanvas when the AttributeBuffers are suitably matched to the
current state of this DisplayData and of the WorldCanvas/Holder.
The tag is a unique number used to identify the age of the newly
constructed CachingDisplayMethod.
Return the current options of this DisplayData as an
AttributeBuffer.
Provide read-only access to the Lattice.
Provide read-only access to the MaskedLattce.
(Required) copy constructor.
(Required) copy assignment.
virtual const Unit dataUnit()
virtual String showValue(const Vector<Double> &world)
virtual void setDefaultOptions()
virtual Bool setOptions(Record &rec, Record &recOut)
virtual Record getOptions()
virtual Display::DisplayDataType classType()
virtual CachingDisplayMethod *newDisplayMethod(WorldCanvas *worldCanvas, AttributeBuffer *wchAttributes, AttributeBuffer *ddAttributes, CachingDisplayData *dd)
virtual AttributeBuffer optionsAsAttributes()
const Lattice<Float> &lattice() const
const MaskedLattice<Float> &maskedLattice() const
Histogram2dDD()
(Required) default constructor.
Histogram2dDD(const Histogram2dDD &other)
void operator=(const Histogram2dDD &other)