WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.host_actions.fill_value.fill_value Class Reference

The WmFillValue class fills all components of a variable with a specified fill value from the input parameters. More...

Inheritance diagram for warpy.host_actions.fill_value.fill_value:
warpy.host_actions.host_action.host_action

Detailed Description

The WmFillValue class fills all components of a variable with a specified fill value from the input parameters.

Public Member Functions

def __init__ (self, name, vars, fill_values, interval=None)
 
- Public Member Functions inherited from warpy.host_actions.host_action.host_action
def __init__ (self, name, req_attrs, opt_attrs=None, variables=None)
 
def variables (self)
 

Additional Inherited Members

- Public Attributes inherited from warpy.host_actions.host_action.host_action
 vars_
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.host_actions.fill_value.fill_value.__init__ (   self,
  name,
  vars,
  fill_values,
  interval = None 
)
Parameters
name
varsVariable to set
fill_valuesValues to populate variable vector, size must equal variable # comps
intervalInterval at which this host action is applied

Reimplemented from warpy.host_actions.host_action.host_action.


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