lsst.afw g1f6fc4ca13+8b5155b42b
Public Member Functions | Static Public Member Functions | List of all members
lsst.afw.image._filter.Filter Class Reference

Public Member Functions

def __init__ (self, *args, **kwargs)
 

Static Public Member Functions

def reset (*args, **kwargs)
 
def define (*args, **kwargs)
 
def getNames (*args, **kwargs)
 

Detailed Description

Definition at line 31 of file _filter.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.afw.image._filter.Filter.__init__ (   self,
args,
**  kwargs 
)

Definition at line 42 of file _filter.py.

Member Function Documentation

◆ define()

int lsst.afw.image.Filter.define ( args,
**  kwargs 
)
static

Definition at line 52 of file _filter.py.

◆ getNames()

std.vector< std.string > lsst.afw.image.Filter.getNames ( args,
**  kwargs 
)
static

Definition at line 57 of file _filter.py.

◆ reset()

def lsst.afw.image._filter.Filter.reset ( args,
**  kwargs 
)
static

Definition at line 47 of file _filter.py.


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