MeVisLab Toolbox Reference
|
This is the complete list of members for ml::KernelEditor, including all inherited members.
_kernel | ml::KernelEditor | protected |
_kernelToString(bool addToUndo=true) | ml::KernelEditor | protectedvirtual |
_recEntries | ml::KernelEditor | protected |
_redoList | ml::KernelEditor | protected |
_stringToKernel(bool addToUndo=true) | ml::KernelEditor | protectedvirtual |
_undoList | ml::KernelEditor | protected |
_updateInfo(std::string errString="") | ml::KernelEditor | protectedvirtual |
activateAttachments() override | ml::KernelEditor | protectedvirtual |
adaptPageExtent(ImageVector &pageExtent, MLDataType imageType, const ImageVector &newImgExtent, const ImageVector &oldImgExtent, const ImageVector &pageUnit=ImageVector(0), const ImageVector &minPageExtent=ImageVector(0), const ImageVector &maxPageExtent=ImageVector(0)) | ml::Module | static |
addBase(const char *name) | ml::FieldContainer | |
addBase(const char *name, Base *value) | ml::FieldContainer | |
addBase(const char *name, const RefCountedBasePtr &value) | ml::FieldContainer | |
addBaseWithAllowedType(const char *name, T *value=nullptr) | ml::FieldContainer | inline |
addBaseWithAllowedType(const char *name, const ::boost::intrusive_ptr< T > &value) | ml::FieldContainer | inline |
addBool(const char *name) | ml::FieldContainer | |
addBool(const char *name, bool value) | ml::FieldContainer | |
addColor(const char *name) | ml::FieldContainer | |
addColor(const char *name, float r, float g, float b) | ml::FieldContainer | |
addColor(const char *name, const Vector3 &value) | ml::FieldContainer | |
addDouble(const char *name) | ml::FieldContainer | |
addDouble(const char *name, double value) | ml::FieldContainer | |
addDoubleList(const char *name) | ml::FieldContainer | |
addDoubleList(const char *name, const std::vector< double > &value) | ml::FieldContainer | |
addEnum(const char *name, const char *const *enumerationItemNames, MLint numEnumerationItems) | ml::FieldContainer | |
addEnum(const char *name, const std::vector< std::string > &enumerationItemNames) | ml::FieldContainer | |
addEnum(const char *name, const EnumValues< EnumType > &values, EnumType initialValue) | ml::FieldContainer | inline |
addField(const char *name, const char *type, const char *value) | ml::FieldContainer | |
addField(Field *field) | ml::FieldContainer | |
addFloat(const char *name) | ml::FieldContainer | |
addFloat(const char *name, float value) | ml::FieldContainer | |
addImageVector(const char *name) | ml::FieldContainer | |
addImageVector(const char *name, const ImageVector &value) | ml::FieldContainer | |
addImageVector(const char *name, MLint x, MLint y, MLint z, MLint c, MLint t, MLint u) | ml::FieldContainer | |
addInputImage(const char *name=nullptr) | ml::Module | |
addInt(const char *name) | ml::FieldContainer | |
addInt(const char *name, MLint value) | ml::FieldContainer | |
addIntList(const char *name) | ml::FieldContainer | |
addIntList(const char *name, const std::vector< MLint > &value) | ml::FieldContainer | |
addMatrix(const char *name) | ml::FieldContainer | |
addMatrix(const char *name, const Matrix4 &value) | ml::FieldContainer | |
addMatrix2(const char *name) | ml::FieldContainer | |
addMatrix2(const char *name, const Matrix2 &value) | ml::FieldContainer | |
addMatrix3(const char *name) | ml::FieldContainer | |
addMatrix3(const char *name, const Matrix3 &value) | ml::FieldContainer | |
addMatrix4(const char *name) | ml::FieldContainer | |
addMatrix4(const char *name, const Matrix4 &value) | ml::FieldContainer | |
addMatrix5(const char *name) | ml::FieldContainer | |
addMatrix5(const char *name, const Matrix5 &value) | ml::FieldContainer | |
addMatrix6(const char *name) | ml::FieldContainer | |
addMatrix6(const char *name, const Matrix6 &value) | ml::FieldContainer | |
addMLDataType(const char *name) | ml::FieldContainer | |
addMLDataType(const char *name, MLDataType value) | ml::FieldContainer | |
addNotify(const char *name) | ml::FieldContainer | |
addOutputImage(const char *name=nullptr) | ml::Module | |
addPlane(const char *name) | ml::FieldContainer | |
addPlane(const char *name, double f0, double f1, double f2, double f3) | ml::FieldContainer | |
addPlane(const char *name, const Plane &value) | ml::FieldContainer | |
addPointer(const char *name) | ml::FieldContainer | |
addProgress(const char *name) | ml::FieldContainer | |
addProgress(const char *name, float value) | ml::FieldContainer | |
addRotation(const char *name) | ml::FieldContainer | |
addRotation(const char *name, const Rotation &value) | ml::FieldContainer | |
addSoNode(const char *name) | ml::FieldContainer | |
addSoNode(const char *name, SoNode *value) | ml::FieldContainer | |
addStateToTree(TreeNode *) const | ml::Base | inlinevirtual |
addString(const char *name) | ml::FieldContainer | |
addString(const char *name, const std::string &value) | ml::FieldContainer | |
addSubImageBox(const char *name) | ml::FieldContainer | |
addSubImageBox(const char *name, const SubImageBox &value) | ml::FieldContainer | |
addSubImageBoxd(const char *name) | ml::FieldContainer | |
addSubImageBoxd(const char *name, const SubImageBoxd &value) | ml::FieldContainer | |
addTrigger(const char *name) | ml::FieldContainer | |
addTypedBase(const char *name) | ml::FieldContainer | inline |
addTypedBase(const char *name, T *value) | ml::FieldContainer | inline |
addTypedBase(const char *name, const ::boost::intrusive_ptr< T > &value) | ml::FieldContainer | inline |
addUniversalType(const char *name) | ml::FieldContainer | |
addVector10(const char *name) | ml::FieldContainer | |
addVector10(const char *name, const Vector10 &value) | ml::FieldContainer | |
addVector2(const char *name) | ml::FieldContainer | |
addVector2(const char *name, const Vector2 &value) | ml::FieldContainer | |
addVector2(const char *name, double x, double y) | ml::FieldContainer | |
addVector2List(const char *name) | ml::FieldContainer | |
addVector2List(const char *name, const std::vector< Vector2 > &value) | ml::FieldContainer | |
addVector3(const char *name) | ml::FieldContainer | |
addVector3(const char *name, const Vector3 &value) | ml::FieldContainer | |
addVector3(const char *name, double x, double y, double z) | ml::FieldContainer | |
addVector3List(const char *name) | ml::FieldContainer | |
addVector3List(const char *name, const std::vector< Vector3 > &value) | ml::FieldContainer | |
addVector4(const char *name) | ml::FieldContainer | |
addVector4(const char *name, const Vector4 &value) | ml::FieldContainer | |
addVector4(const char *name, double x, double y, double z, double w) | ml::FieldContainer | |
addVector4List(const char *name) | ml::FieldContainer | |
addVector4List(const char *name, const std::vector< Vector4 > &value) | ml::FieldContainer | |
addVector5(const char *name) | ml::FieldContainer | |
addVector5(const char *name, const Vector5 &value) | ml::FieldContainer | |
addVector6(const char *name) | ml::FieldContainer | |
addVector6(const char *name, const Vector6 &value) | ml::FieldContainer | |
ALL_REGISTERED_TYPES enum value | ml::Module | |
ALLOW_INVALID_INPUT enum value | ml::Module | |
areRecursiveHandleNotificationsPermitted() const | ml::Module | |
Base() | ml::Base | |
beginSaveFields() | ml::Module | inlinevirtual |
calculateInputSubImageBox(int, const SubImageBox &, int) override | ml::KernelEditor | inlineprotectedvirtual |
calculateOutputImageProperties(int outIndex, PagedImage *outputImage) override | ml::KernelEditor | protectedvirtual |
calculateOutputSubImage(SubImage *outSubImg, int, SubImage *) override | ml::KernelEditor | protectedvirtual |
calculateOutputSubImage(TSubImage< DATATYPE > *outSubImg, int outIndex) | ml::KernelEditor | protected |
clearOutputImage(MLint i=0) | ml::Module | |
CONNECTED_AND_VALID enum value | ml::Module | |
CONNECTED_BUT_INVALID enum value | ml::Module | |
CONNECTED_BUT_NEEDS_UPDATE enum value | ml::Module | |
createCalculateOutputImageHandler(PagedImage *outputImage) | ml::Module | protectedvirtual |
deactivateAttachments() | ml::FieldContainer | inlinevirtual |
deepCopy() const | ml::Base | inlinevirtual |
destroyModule() | ml::Module | static |
detailString() const | ml::Base | inlinevirtual |
DISCONNECTED enum value | ml::Module | |
endSaveFields() | ml::Module | inlinevirtual |
FieldContainer() | ml::FieldContainer | |
findModuleIndex(Module &module) | ml::Module | static |
freeTile(void *data) | ml::Module | static |
getAddFld() const | ml::KernelEditor | inline |
getBypass(MLint outputIndex=0) const | ml::Module | |
getDivFld() const | ml::KernelEditor | inline |
getElementSumFld() const | ml::KernelEditor | inline |
getField(const std::string &name) const | ml::FieldContainer | |
getField(MLint index) const | ml::FieldContainer | |
getFieldIndex(Field *field) const | ml::FieldContainer | |
getFieldStringValue(const std::string &name) const | ml::FieldContainer | |
getFieldWidthFld() const | ml::KernelEditor | inline |
getFillFld() const | ml::KernelEditor | inline |
getGaussFld() const | ml::KernelEditor | inline |
getHandleNotificationEntryCounter() const | ml::Module | |
getInfoFld() const | ml::KernelEditor | inline |
getInputImage(MLint inputIndex, bool getReal=false) const | ml::Module | |
getInputImageField(MLint i) const | ml::Module | |
getInputState(MLint index) | ml::Module | |
getInvDivFld() const | ml::KernelEditor | inline |
getInvSubFld() const | ml::KernelEditor | inline |
getKernelCFld() const | ml::KernelEditor | inline |
getKernelStringFld() const | ml::KernelEditor | inline |
getKernelTFld() const | ml::KernelEditor | inline |
getKernelUFld() const | ml::KernelEditor | inline |
getKernelXFld() const | ml::KernelEditor | inline |
getKernelYFld() const | ml::KernelEditor | inline |
getKernelZFld() const | ml::KernelEditor | inline |
getLogFld() const | ml::KernelEditor | inline |
getMetaProfile() const | ml::Module | |
getMirrorCFld() const | ml::KernelEditor | inline |
getMirrorFld() const | ml::KernelEditor | inline |
getMirrorTFld() const | ml::KernelEditor | inline |
getMirrorUFld() const | ml::KernelEditor | inline |
getMirrorXFld() const | ml::KernelEditor | inline |
getMirrorYFld() const | ml::KernelEditor | inline |
getMirrorZFld() const | ml::KernelEditor | inline |
getModule(size_t index) | ml::Module | static |
getMultFld() const | ml::KernelEditor | inline |
getNormalizeFld() const | ml::KernelEditor | inline |
getNumElementsFld() const | ml::KernelEditor | inline |
getNumFields() const | ml::FieldContainer | |
getNumInputImages() const | ml::Module | |
getNumModules() | ml::Module | static |
getNumOutputImages() const | ml::Module | |
getOutputImage(MLint outputIndex=0) const | ml::Module | |
getOutputImageField(MLint i=0) const | ml::Module | |
getOutputImageInplace(MLint outputIndex=0) const | ml::Module | |
getPowFld() const | ml::KernelEditor | inline |
getPrecisionFld() const | ml::KernelEditor | inline |
getPressedNotifyField() | ml::Module | static |
getRedoFld() const | ml::KernelEditor | inline |
getSetElementValuesFld() const | ml::KernelEditor | inline |
getSetExtFld() const | ml::KernelEditor | inline |
getSphereFld() const | ml::KernelEditor | inline |
getSqrFld() const | ml::KernelEditor | inline |
getSqrtFld() const | ml::KernelEditor | inline |
getSubFld() const | ml::KernelEditor | inline |
getThreadSupport() const | ml::Module | |
getTile(PagedImage *image, SubImageBox loc, MLDataType datatype, void **data, const ScaleShiftData &scaleShiftData=ScaleShiftData(), MLRequestProgressCB *progressCallback=nullptr, void *progressCallbackUserData=nullptr) | ml::Module | static |
getTile(PagedImage *image, SubImage &subimg, const ScaleShiftData &scaleShiftData=ScaleShiftData(), MLRequestProgressCB *progressCallback=nullptr, void *progressCallbackUserData=nullptr) | ml::Module | static |
getTypeNameFast() const | ml::Module | inline |
getUndoFld() const | ml::KernelEditor | inline |
getUpdatedInputImage(MLint inputIndex, bool getReal=false) const | ml::Module | |
getUpdatedInputState(MLint index) | ml::Module | |
getValueFld() const | ml::KernelEditor | inline |
getVoxelDataTypeSupport() const | ml::Module | |
getVoxelValueAsString(PagedImage *image, const ImageVector &position, MLErrorCode *errorCode=nullptr, const std::string &errorResult="") | ml::Module | static |
handleInput(int, INPUT_STATE) const | ml::Module | inlinevirtual |
handleNotification(Field *field) override | ml::KernelEditor | protectedvirtual |
handleNotificationInternal(Field *field, FieldSensor::Strength strength) override | ml::Module | protectedvirtual |
handleNotificationOff() | ml::Module | protected |
handleNotificationOn() | ml::Module | protected |
hasField(const std::string &name) const | ml::FieldContainer | |
implementsPersistence(PersistenceInterface) const | ml::Base | inlinevirtual |
INPUT_HANDLE enum name | ml::Module | |
INPUT_STATE enum name | ml::Module | |
INVALIDATE enum value | ml::Module | |
IO_THREAD enum value | ml::Module | protected |
isHandleNotificationOn() | ml::Module | protected |
isInputImageField(Field *field) const | ml::Module | |
isOfAllowedType(const std::vector< const RuntimeType * > &types) const | ml::Base | |
isRefCountedBase() const | ml::Base | inlinevirtual |
isSupportedVoxelDataType(MLDataType dt) const | ml::Module | |
KernelEditor() | ml::KernelEditor | |
ML_MODULE_CLASS_HEADER(KernelEditor) | ml::KernelEditor | protected |
Module(int numInputImages, int numOutputImages) | ml::Module | |
MULTITHREADED enum value | ml::Module | protected |
NO_THREAD_SUPPORT enum value | ml::Module | protected |
ONLY_DEFAULT_TYPES enum value | ml::Module | |
ONLY_SCALAR_TYPES enum value | ml::Module | |
permitRecursiveHandleNotifications(bool enable) | ml::Module | protected |
PERMITTED_TYPES enum name | ml::Module | |
PersistenceByStream enum value | ml::Base | |
PersistenceByString enum value | ml::Base | |
PersistenceByTreeNode enum value | ml::Base | |
PersistenceInterface enum name | ml::Base | |
persistentState() const | ml::Base | virtual |
processAllPages(int outputIndex=-1, SubImageBox region=SubImageBox(), MLRequestProgressCB *progressCallback=nullptr, void *progressCallbackUserData=nullptr) | ml::Module | |
processAllPages(ProcessAllPagesHandler &handler, SubImageBox region=SubImageBox(), MLRequestProgressCB *progressCallback=nullptr, void *progressCallbackUserData=nullptr) | ml::Module | |
processMissingPages(int outputIndex=0, SubImageBox region=SubImageBox(), MLRequestProgressCB *progressCallback=nullptr, void *progressCallbackUserData=nullptr) | ml::Module | |
provideCustomPage(int, const SubImageBox &, MLMemoryBlockHandle &) | ml::Module | inlineprotectedvirtual |
readFrom(AbstractPersistenceInputStream *, int) | ml::Base | inlinevirtual |
readStateFromTree(TreeNode *) | ml::Base | inlinevirtual |
setBypass(MLint outputIndex=0, MLint inputIndex=0) | ml::Module | protected |
setClampPagesToImageExtent(bool flag=true) | ml::Module | protected |
setFieldStringValue(const std::string &name, const std::string &value) | ml::FieldContainer | |
setOutputImageInplace(MLint outputIndex=0, MLint inputIndex=0) | ml::Module | protected |
setPersistentState(const std::string &state) | ml::Base | virtual |
setThreadSupport(THREAD_SUPPORT supportMode) | ml::Module | protected |
setVoxelDataTypeSupport(PERMITTED_TYPES permTypes) | ml::Module | protected |
shouldTerminate() | ml::Module | static |
THREAD_SUPPORT enum name | ml::Module | protected |
touchOutputImageFields() const | ml::Module | |
unsetOutputImageInplace(MLint outputIndex=0) | ml::Module | protected |
updateImageProperties(PagedImage *image) | ml::Module | static |
updateProgress(const char *info1, const char *info2) | ml::Module | static |
whoAmI(bool withInstanceName=true) const | ml::FieldContainer | |
writeTo(AbstractPersistenceOutputStream *) const | ml::Base | inlinevirtual |
~Base() | ml::Base | virtual |
~FieldContainer() override | ml::FieldContainer | |
~Module() override | ml::Module |