| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CSGHomogeneousTransformation |
|
class |
CSGPrimitive |
|
class |
CSGPseudoPrimitive |
|
class |
CSGRotation |
|
class |
CSGScale |
|
class |
CSGSetOperator |
|
class |
CSGTransformation |
|
class |
CSGTranslation |
| Modifier and Type | Method | Description |
|---|---|---|
CSGNode |
CSGObject.getCSGNode() |
Returns the value of csgNode
|
CSGNode |
CSGTransformation.getCSGNode() |
Returns the value of csgNode
|
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<CSGNode> |
CSGSetOperator.getListOfCSGNodes() |
Returns the listOfCSGNodes.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
void |
CSGSetOperator.setListOfCSGNodes(ListOf<CSGNode> listOfCSGNodes) |
Sets the given
ListOf<CSGNode>. |
| Constructor | Description |
|---|---|
CSGNode(CSGNode csgn) |
Copyright © 2009–2022. All rights reserved.