| PolyhedronStateDeserializer {Rpolyhedra} | R Documentation |
PolyhedronStateDeserializer
Description
Polyhedron state for deserialize from database
Super class
Rpolyhedra::PolyhedronState -> PolyhedronStateDeserializer
Public fields
serialized.polyhedronpolyhedron definition serialized
Methods
Public methods
Inherited methods
Rpolyhedra::PolyhedronState$addError()Rpolyhedra::PolyhedronState$applyTransformationMatrix()Rpolyhedra::PolyhedronState$buildRGL()Rpolyhedra::PolyhedronState$checkEdgesConsistency()Rpolyhedra::PolyhedronState$exportToXML()Rpolyhedra::PolyhedronState$getName()Rpolyhedra::PolyhedronState$getSolid()
Method new()
Initialize PolyhedronStateDeserializer object
Usage
PolyhedronStateDeserializer$new(serialized.polyhedron)
Arguments
serialized.polyhedrona serialized polyhedron
Returns
A new PolyhedronStateDeserializer object.
Method scrape()
Generates a PolyhedronStateDefined from a serialized polyhedron
Usage
PolyhedronStateDeserializer$scrape()
Returns
A new PolyhedronStateDefined object.
Method clone()
The objects of this class are cloneable with this method.
Usage
PolyhedronStateDeserializer$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Author(s)
ken4rab
[Package Rpolyhedra version 0.5.4 Index]