_impl | lsst.afw.table::SchemaMapper | private |
addMapping(Key< T > const &inputKey, bool doReplace=false) | lsst.afw.table::SchemaMapper | |
addMapping(Key< T > const &inputKey, Field< T > const &outputField, bool doReplace=false) | lsst.afw.table::SchemaMapper | |
addMapping(Key< T > const &inputKey, std::string const &outputName, bool doReplace=true) | lsst.afw.table::SchemaMapper | |
addMappingsWhere(Predicate predicate, bool doReplace=true) | lsst.afw.table::SchemaMapper | |
addMinimalSchema(Schema const &minimal, bool doMap=true) | lsst.afw.table::SchemaMapper | |
addOutputField(Field< T > const &newField, bool doReplace=false) | lsst.afw.table::SchemaMapper | inline |
editOutputSchema() | lsst.afw.table::SchemaMapper | inline |
forEach(F func) const | lsst.afw.table::SchemaMapper | inline |
getInputSchema() const | lsst.afw.table::SchemaMapper | inline |
getMapping(Key< T > const &inputKey) const | lsst.afw.table::SchemaMapper | |
getOutputSchema() const | lsst.afw.table::SchemaMapper | inline |
Impl typedef | lsst.afw.table::SchemaMapper | private |
invert() | lsst.afw.table::SchemaMapper | |
isMapped(Key< T > const &inputKey) const | lsst.afw.table::SchemaMapper | |
join(std::vector< Schema > const &inputs, std::vector< std::string > const &prefixes=std::vector< std::string >()) | lsst.afw.table::SchemaMapper | static |
operator=(SchemaMapper const &other) | lsst.afw.table::SchemaMapper | |
removeMinimalSchema(Schema const &input, Schema const &minimal) | lsst.afw.table::SchemaMapper | static |
SchemaMapper() | lsst.afw.table::SchemaMapper | explicit |
SchemaMapper(Schema const &input, Schema const &output) | lsst.afw.table::SchemaMapper | explicit |
SchemaMapper(Schema const &input, bool shareAliasMap=false) | lsst.afw.table::SchemaMapper | explicit |
SchemaMapper(SchemaMapper const &other) | lsst.afw.table::SchemaMapper | |