mmf
Class MMF_SeedDLA

Object
  extended by common:Generic
      extended by mmf:MMF_SeedDLA
Direct Known Subclasses:
MMF_FractalSeedDLA, MMF_MultiSeedDLA, MMF_OnePointSeedDLA

class 
Generic:MMF_SeedDLA



Ultra Fractal Source

Toggle UF Source Code Display

 class MMF_SeedDLA(common.ulb:Generic) {
 public:
   import "common.ulb"
   ; @param pparent the parent, generally "this" from "DLA Inspired"
   func MMF_SeedDLA(Generic pparent)
     m_Parent = pparent
   endfunc
 default:
   int param mmf_seeddla
     caption = "Version (MMF_SeedDLA)"
     default = 100
     hint = "This version parameter is used to detect when a change has \
             been made to the formula that is incompatible with the \
             previous version. When that happens, this field will reflect \
             the old version number to alert you to the fact that an \
             alternate rendering is being used."
     visible = @mmf_seeddla < 100
   endparam
 }
 


Constructor Summary
MMF_SeedDLA()
           
MMF_SeedDLA(Generic pparent)
           
 
Method Summary
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

MMF_SeedDLA

public MMF_SeedDLA(Generic pparent)
Parameters:
pparent - the parent, generally "this" from "DLA Inspired"

MMF_SeedDLA

public MMF_SeedDLA()