| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSGHomogeneousTransformation |
class |
CSGPrimitive |
class |
CSGPseudoPrimitive |
class |
CSGRotation |
class |
CSGScale |
class |
CSGSetOperator |
class |
CSGTransformation |
class |
CSGTranslation |
| Modifier and Type | Method and Description |
|---|---|
CSGNode |
CSGObject.getCSGNode()
Returns the value of csgNode
|
CSGNode |
CSGTransformation.getCSGNode()
Returns the value of csgNode
|
| Modifier and Type | Method and Description |
|---|---|
org.sbml.jsbml.ListOf<CSGNode> |
CSGSetOperator.getListOfCSGNodes()
Returns the listOfCSGNodes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CSGSetOperator.addCSGNode(CSGNode csgNode)
Adds a new
CSGNode to the listOfCSGNodes. |
boolean |
CSGSetOperator.removeCSGNode(CSGNode csgNode)
Removes an element from the listOfCSGNodes.
|
void |
CSGObject.setCSGNode(CSGNode csgNode)
Sets the value of csgNode
|
void |
CSGTransformation.setCSGNode(CSGNode csgNode)
Sets the value of csgNode
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSGSetOperator.setListOfCSGNodes(org.sbml.jsbml.ListOf<CSGNode> listOfCSGNodes)
Sets the given
ListOf<CSGNode>. |
| Constructor and Description |
|---|
CSGNode(CSGNode csgn) |
Copyright © 2009–2016. All rights reserved.