Home | Trees | Indices | Help |
|
---|
|
object --+ | Point --+ | Pointset
1D parameterized or non-parameterized set of discrete points. (If present, the independent variable must be a float64 or an int32)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Remove point by index or by coordinate.
|
|
Add string label to indexed point. info dictionary is optional
|
Remove all labels at indexed point.
|
Return pointset containing points labelled with the supplied labels. Argument s can be a string or a list of strings. |
Change individual points, accessed by index (no slicing supported). Individual coordinate values of a point can be changed by adding a cross-reference coordinate name or index. If ix is a variable name then the entire row can be changed (again, no slicing supported).
|
|
|
|
|
|
|
|
|
|
|
Insert individual Point or Pointset before the given index. If ix is not given then the source and target Pointsets must be parameterized. In this case the Point or Pointset will be inserted according to the ordering of independent variable values. |
Append individual Point or Pointset in place. skipMatchingIndepvar option causes a matching independent variable value at the beginning of p to be skipped (only meaningful for appending parameterized Pointsets). This option is mainly for internal use. |
Append individual Point or Pointset in place. skipMatchingIndepvar option causes a matching independent variable value at the beginning of p to be skipped (only meaningful for appending parameterized Pointsets). This option is mainly for internal use. |
Convert the pointset to a D x L array (one variable per row), where D is the dimension of the pointset and L is its length. (This is a copy of the internal attribute 'coordarray'.) If the optional include_indepvar switch is set True (default False), the first row is the independent variable, and the whole array will be (D+1) x L in shape.
|
Convert Pointset to a dictionary of arrays (or of lists with aslist=True).
|
|
str(x)
|
str(x)
|
|
|
|
|
|
Verifies the matching of independent variable arrays in two pointsets. Does nothing if either object is not a parameterized pointset. |
|
|
|
|
|
|
|
|
find returns an integer index for where to place a point having independent variable value <indepval> in the Pointset, if <indepval> already exists. Otherwise, a pair indicating the nearest independent variable values present in the Pointset is returned. To ensure an integer is always returned, choose a left or right side to choose from the pair, using end=0 or 1 respectively. |
find returns an integer index for where to place a point having independent variable value <indepval> in the Pointset, if <indepval> already exists. Otherwise, a pair indicating the nearest independent variable values present in the Pointset is returned. To ensure an integer is always returned, choose a left or right side to choose from the pair, using end=0 or 1 respectively. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:21 2012 | http://epydoc.sourceforge.net |