Index Index
CSpace
 CSpace Summary of this class goes here
 
  Cartesian:
  arg   |dis str|   grid
  'T'   | T--   |   Tx1x1
  'X'   | -X-   |   1xXx1
  'XY'  | -XY   |   1xXxY
  'TX'  | TX-   |   TxXx1
  'TXY' | TXY   |   TxXxY
 
  Cylindrical:
  'R'   | -R-   |   1xR
  'TR'  | TR-   |   TxR
See also
Class Details
Superclasses CH5Serializable
Sealed false
Construct on load false
Constructor Summary
CSpace (DimensionString) 
Property Summary
m_sDimensionString  
m_vDimensionSet  
m_vDimensions  
Method Summary
  addlistener Add listener for event. 
protected   chcekDimensionsSet  
  deepCopy  
  delete Delete a handle object. 
  dimensionNames  
  disp  
  eq == (EQ) Test handle equality. 
  equals  
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
Static   fromH5  
  ge >= (GE) Greater than or equal relation for handles. 
  getDimensionByName  
  getDimensionString  
Static   getFile  
  getGrid mGrid = getGrid() 
  getMaximumReferenceWavelength fWavelength = getMaximumReferenceWavelength() 
  getTimeDimension  
  getTransform  
  gt > (GT) Greater than relation for handles. 
  hasDimension bHasDim = hasDimension(sDim) 
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  lt < (LT) Less than relation for handles. 
Static   matrixIndexForDimension  
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  numberOfDimensions  
  setDimension (sDimensionName, fSpan, iSize) 
  toH5 (sH5FilePath) 
Static   validateDimensionName  
protected   validateDimensionString  
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.