ImporterLayer (object)

The ImporterLayer represents a special ImporterGroup type. It is used for Importer implementations which can differentiate between a group and a layer.

ImporterLayer ImporterLayer ImporterLayer ImporterGroup ImporterGroup ImporterLayer->ImporterGroup ImporterTransform ImporterTransform ImporterGroup->ImporterTransform ImporterObject ImporterObject ImporterTransform->ImporterObject ImporterTransform_Virtuals ImporterTransform_Virtuals ImporterTransform->ImporterTransform_Virtuals ImporterObject_Virtuals ImporterObject_Virtuals ImporterObject->ImporterObject_Virtuals

Members

Importer importer  
ImporterCallback callback  
String id  
UInt32 version  
Ref<ImporterObject> parentObject  
String path  
String type  
String[] curves  
ImporterProperty[String] properties  
ImporterProperty[String] propertyCaches  
Boolean[String] propertyConstant  
ImporterObjectMetaData metaData  
ImporterContext defaultContext  
ImporterObjectContexts lastContextsPerProperty  
Boolean transformSetOnce  

Methods

  ImporterLayer ( in ImporterLayer other )
  ImporterLayer ( in String id, in String path )
  ImporterLayer ()
ImporterLayer clone ? ()
  initialize ! ( in String id, in String path, in String type )

Methods in detail

ImporterLayer ( in ImporterLayer other )

copy constructor


ImporterLayer ( in String id, in String path )


ImporterLayer ()

default constructor


ImporterLayer ImporterLayer.clone? ()

clone method


ImporterLayer.initialize! ( in String id, in String path, in String type )