pyCAPS
pyCAPS: A Python Extension Module for CAPS
BoundSequence Class Reference

Defines a Sequence of CAPS Bound Objects. More...

Inheritance diagram for BoundSequence:
Collaboration diagram for BoundSequence:

Public Member Functions

def create (self, capsBound, dim=2)
 Create a CAPS Bound Object. More...
 
- Public Member Functions inherited from Sequence
def keys (self)
 Returns the keys of the Sequence.
 
def values (self)
 Returns the values of the Sequence.
 
def items (self)
 Returns the items of the Sequence.
 

Detailed Description

Defines a Sequence of CAPS Bound Objects.

Member Function Documentation

◆ create()

def create (   self,
  capsBound,
  dim = 2 
)

Create a CAPS Bound Object.

Parameters
capsBoundThe string value of the capsBound geometry attributes
dimThe dimension of the bound
Returns
The new Bound Object is added to the sequence and returned

The documentation for this class was generated from the following file: