Index Index
CTrailListener
 C3DVISUALIZELISTENER Summary of this class goes here
    Detailed explanation goes here
 
  hFig = figure('Position', [100, 100, 1400, 800], 'Color', [0.8, 0.8 ,1.0]);
  set(hFig,'Renderer','zbuffer');
  lfigure = CListenerFigure([1 1], hFig);
      
  visual2 = CTrailListener(caColor); %, 'SHG (BBO)', gm);
  visual2.placeOn(lfigure, [1], 1);
  visual2.setGradientSteps([0.1 0.5]);
  visual2.setAlpha(0.2);
  visual2.setView(0,90);
  visual2.setPlotAtEvery(iPlotAtEvery);
  stepper.addListener(visual2);
Class Details
Superclasses CListener, CGraphicalListener, CListenerWithColors
Sealed false
Construct on load false
Constructor Summary
CTrailListener C3DVisualizeListener(caColors) 
Property Summary
m__AzView  
m__ElView  
m_bAxisEqual  
m_bClear  
m_bIsFirstRun  
m_caAxes  
m_caColors  
m_caLabelNames  
m_caLabelUnits  
m_caLabels  
m_caRangesSIUnit  
m_caRangesUserUnits  
m_fAlpha  
m_fVelocity  
m_hListenerFigure  
m_iCounter  
m_iPlotAtEvery  
m_mX  
m_mY  
m_mZ  
m_sDim  
m_vAxisID  
m_vGradientSteps  
m_vLabelMultipliers  
m_vTRange  
m_vXRange  
m_vYRange  
Method Summary
  Listen assert(length(obj.m_caAxes) == length(obj.m_caViews), 'Number of views should be equal to number of axes'); 
  addlistener Add listener for event. 
  axisEqual  
Sealed   cat Concatenation for heterogeneous arrays 
  clearAxes () - clear all 
  delete Delete a handle object. 
  dontPlot  
  eq == (EQ) Test handle equality. 
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  getAxisMultiplier  
protected Static   getDefaultScalarElement Create a default object for heterogeneous arrays 
protected   getLabelIndex  
protected   getLabelSettings  
  getLabelString  
  getRange  
  gt > (GT) Greater than relation for handles. 
Sealed   horzcat Horizontal concatenation for heterogeneous arrays 
  isRangeSet  
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  placeOn (hListenerFigure, vPosition) 
  setAlpha  
  setAxesRange  
  setAxesUnits (sLabel, sUnit) 
  setClear  
  setColors  
  setGradientSteps example 
  setLabelName  
  setPlotAtEvery  
  setView  
protected   setup  
protected   updateUserUnitRange  
Sealed   vertcat Vertical concatenation for heterogeneous arrays 
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.