This is the complete list of members for SAMSON, including all inherited members.
| addDialog(SBGWindowDialog *dialog) | SAMSON | static |
| addDialog(QDialog *dialog, QString name="", int format=SBGWindow::NoOptions, QPixmap logo=QPixmap(), SBUUID uuid=SBUUID("")) | SAMSON | static |
| addDockWidget(SBGWindowWidget *widget, Qt::DockWidgetArea area=Qt::RightDockWidgetArea, bool visible=true, bool spacer=true) | SAMSON | static |
| addToSelection(const std::string &selectionString) | SAMSON | static |
| addWidget(SBGWindowWidget *widget) | SAMSON | static |
| addWidget(QWidget *widget, QString name="", int format=SBGWindow::NoOptions, QPixmap logo=QPixmap(), SBUUID uuid=SBUUID("")) | SAMSON | static |
| askUser(const QString &dialogTitle, const QString &dialogText, QDialogButtonBox *buttonBox=0, const QPixmap &logo=QPixmap()) | SAMSON | static |
| askUser(const QString &dialogTitle, const QString &labelText, const QString &text, bool monospaceFont=false, QDialogButtonBox *buttonBox=0, const QPixmap &logo=QPixmap()) | SAMSON | static |
| askUser(SBGWindowWidget *widget, QDialogButtonBox *buttonBox=0, const QPixmap &logo=QPixmap()) | SAMSON | static |
| askUser(QWidget *widget, QDialogButtonBox *buttonBox=0, const QPixmap &logo=QPixmap()) | SAMSON | static |
| beginHolding(const std::string &name) | SAMSON | static |
| canImportFromFile(const std::string &fileName) | SAMSON | static |
| captureViewport(int width, int height, bool transparentBackground=false, bool usePathTracing=false, bool showProgressBar=true) | SAMSON | static |
| captureViewport(const std::string &fileName, int width, int height, bool transparentBackground=false, bool usePathTracing=false, bool showProgressBar=true) | SAMSON | static |
| connectDocumentSignalToSlot(SBCReferenceTarget *referenceTarget, void(SBCReferenceTarget::*functionPointer)(SBDocumentEvent *), SBCReferenceTarget *nextReferenceTarget=0, void(SBCReferenceTarget::*nextFunctionPointer)(SBDocumentEvent *)=0) | SAMSON | static |
| countNodes(const std::string &selectionString) | SAMSON | static |
| countNodes(SBDDataGraphNode::Type nodeType, bool selectedNodesOnly=false, const SBNodePredicate &visitPredicate=SBDDataGraphNode::All(), bool includeDependencies=false) | SAMSON | static |
| countNodes(const SBNodePredicate &selectionPredicate=SBDDataGraphNode::All(), const SBNodePredicate &visitPredicate=SBDDataGraphNode::All(), bool includeDependencies=false) | SAMSON | static |
| createHeadsetViewport() | SAMSON | static |
| createJob(const QString &name, const SBCContainerUUID &developerUUID, const SBCContainerUUID &extensionUUID, const QString &description, double fixedCost, double hourlyCost, double storageCost, long estimatedDuration, const QString &endpoint, const QJsonObject &metadata, const QList< QString > &filePathList, const QList< QString > &destinationFilePathList) | SAMSON | static |
| createRenderPreset() | SAMSON | static |
| deleteTexture(unsigned int textureID) | SAMSON | static |
| disableHolding() | SAMSON | static |
| disableViewportNodeHighlighting() | SAMSON | static |
| disconnectDocumentSignalFromSlot(SBCReferenceTarget *referenceTarget, void(SBCReferenceTarget::*functionPointer)(SBDocumentEvent *)) | SAMSON | static |
| displayCylinders(unsigned int nCylinders, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *radiusData, const unsigned int *capData, const float *colorData, const unsigned int *flagData, bool shadowPassFlag=false, bool transparency=false, float opacity=1.0f) | SAMSON | static |
| displayCylindersSelection(unsigned int nCylinders, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *radiusData, const unsigned int *capData, const unsigned int *nodeIndexData) | SAMSON | static |
| displayLines(unsigned int nLines, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *colorData, const unsigned int *flagData, bool shadowPassFlag=false, bool transparency=false, float opacity=1.0f) | SAMSON | static |
| displayLinesOrtho(unsigned int nLinesOrtho, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *colorData, bool reverseViewport=true, bool transparency=false) | SAMSON | static |
| displayLinesSelection(unsigned int nLines, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const unsigned int *nodeIndexData) | SAMSON | static |
| displayLineSweptSpheres(unsigned int nLineSweptSpheres, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *radiusData, const float *colorData, unsigned int *flagData, bool shadowPassFlag=false, bool transparency=false, float opacity=1.0f) | SAMSON | static |
| displayLineSweptSpheresSelection(unsigned int nLineSweptSpheres, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *radiusData, const unsigned int *nodeIndexData) | SAMSON | static |
| displaySpheres(unsigned int nSpheres, const float *positionData, const float *radiusData, const float *colorData, const unsigned int *flagData, bool shadowPassFlag=false, bool transparency=false, float opacity=1.0f) | SAMSON | static |
| displaySpheresSelection(unsigned int nSpheres, const float *positionData, const float *radiusData, const unsigned int *nodeIndexData) | SAMSON | static |
| displayText(const std::string &text, const SBPosition3 &position, const QFont &font, float *color) | SAMSON | static |
| displayTextSelection(const std::string &text, const SBPosition3 &position, const QFont &font, unsigned int nodeIndex) | SAMSON | static |
| displayTexturedTriangles(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *normalData, const float *colorData, const unsigned int *flagData, const float *textureCoordinateData, unsigned int textureID, bool shadowPassFlag=false, bool transparency=false, const SBSpatialTransform &transform=SBSpatialTransform::identity, const SBColor &diffuseColor=SBColor::black, float diffuseColorReplacement=0.0f, float opacity=1.0f, unsigned int flagModifier=0) | SAMSON | static |
| displayTexturedTrianglesOrtho(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *colorData, const unsigned int *flagData, const float *textureCoordinateData, unsigned int textureID, bool reverseViewport=true, bool transparency=false) | SAMSON | static |
| displayTexturedTrianglesOrthoSelection(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const unsigned int *nodeIndexData, const float *textureCoordinateData, unsigned int textureID, bool reverseViewport=true, bool transparency=false) | SAMSON | static |
| displayTexturedTrianglesSelection(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const unsigned int *nodeIndexData, const float *textureCoordinateData, unsigned int textureID, bool transparency=false, const SBSpatialTransform &transform=SBSpatialTransform::identity, unsigned int nodeIndexModifier=0) | SAMSON | static |
| displayTip(int x, int y, const std::string &tip) | SAMSON | static |
| displayTip(const QPoint &position, const std::string &tip) | SAMSON | static |
| displayTriangles(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *normalData, const float *colorData, const unsigned int *flagData, bool shadowPassFlag=false, bool transparency=false, const SBSpatialTransform &transform=SBSpatialTransform::identity, const SBColor &diffuseColor=SBColor::black, float diffuseColorReplacement=0.0f, float opacity=1.0f, unsigned int flagModifier=0) | SAMSON | static |
| displayTrianglesOrtho(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const float *colorData, const unsigned int *flagData, bool reverseViewport=true, bool transparency=false) | SAMSON | static |
| displayTrianglesOrthoSelection(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const unsigned int *nodeIndexData, bool reverseViewport=true, bool transparency=false) | SAMSON | static |
| displayTrianglesSelection(unsigned int nTriangles, unsigned int nPositions, const unsigned int *indexData, const float *positionData, const unsigned int *nodeIndexData, const SBSpatialTransform &transform=SBSpatialTransform::identity, unsigned int nodeIndexModifier=0) | SAMSON | static |
| displayTubes(float *ovalCenter, float *normal, float *binormal, float *width, float *height, unsigned int *nodeIndex, unsigned int *sectionIndex, unsigned int *detailIndex, unsigned int *flags, unsigned int sectionsNumber, unsigned int sectionsDetail, unsigned int ovalDetail, unsigned int triangleReduction, float *color, bool shadowPassFlag=false, bool transparency=false, float opacity=1.0f) | SAMSON | static |
| displayTubesSelection(float *ovalCenter, float *normal, float *binormal, float *width, float *height, unsigned int *nodeIndex, unsigned int *sectionIndex, unsigned int *detailIndex, unsigned int sectionsNumber, unsigned int sectionsDetail, unsigned int ovalDetail, unsigned int triangleReduction, float *color) | SAMSON | static |
| documentSignalIsConnectedToSlot(SBCReferenceTarget *referenceTarget, void(SBCReferenceTarget::*functionPointer)(SBDocumentEvent *)) | SAMSON | static |
| enableHolding() | SAMSON | static |
| enableViewportNodeHighlighting() | SAMSON | static |
| endHolding() | SAMSON | static |
| exportToFile(const SBNodeIndexer &nodeIndexer, const std::string &fileName, const std::unordered_map< std::string, SBValue > *parameters=nullptr, SBIFileExporter *exporter=nullptr) | SAMSON | static |
| generateTexture(const QImage &textureImage) | SAMSON | static |
| getAction(const SBUUID &actionUUID) | SAMSON | static |
| getAction(const QString &className) | SAMSON | static |
| getActionByText(const QString &text) | SAMSON | static |
| getActionWidget(const SBUUID &actionWidgetUUID) | SAMSON | static |
| getActiveCamera() | SAMSON | static |
| getActiveDocument() | SAMSON | static |
| getActiveDocumentFilter() | SAMSON | static |
| getActiveEditor() | SAMSON | static |
| getActiveSelectionFilter() | SAMSON | static |
| getActiveSelectionFilterName() | SAMSON | static |
| getActiveSelectionFilterNSL() | SAMSON | static |
| getActiveStructuralModel() | SAMSON | static |
| getAddWatermarkFlag() | SAMSON | static |
| getAmbientLight() | SAMSON | static |
| getApp(const SBUUID &appUUID, const SBUUID &elementUUID=SBUUID()) | SAMSON | static |
| getAppIndexer() | SAMSON | static |
| getAtom(int x, int y) | SAMSON | static |
| getAtom(const QPoint &position) | SAMSON | static |
| getAtomicWeight(SBMElement::Type element) | SAMSON | static |
| getAtomRadius() | SAMSON | static |
| getBackgroundProgress() | SAMSON | static |
| getBlock(SBMElement::Type element) | SAMSON | static |
| getBond(int x, int y) | SAMSON | static |
| getBond(const QPoint &position) | SAMSON | static |
| getBondRadius() | SAMSON | static |
| getCameraControllerFlag() | SAMSON | static |
| getChoiceFromUser(const QString &dialogTitle, int &resultIndex, const QString &label, const QStringList &choices, const QStringList &toolTips, const QList< QPixmap > &icons, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getColorbar(const SBDPalette *palette, unsigned int width, unsigned int height, unsigned int nColors=10, bool isHorizontal=true) | SAMSON | static |
| getColorFromUser(const QString &dialogTitle, SBColor &result, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getCovalentRadius(SBMElement::Type element) | SAMSON | static |
| getCovalentRadius(SBMElement::Type element, int bondType) | SAMSON | static |
| getCredentialsFromUser(const QString &dialogTitle, QString &user, QString &password, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getCredentialsFromUser(const QString &dialogTitle, QString &host, int &port, QString &user, QString &password, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getCurrentBackgroundBottomColor() | SAMSON | static |
| getCurrentBackgroundImageFileName() | SAMSON | static |
| getCurrentBackgroundImageFlag() | SAMSON | static |
| getCurrentBackgroundImageMode() | SAMSON | static |
| getCurrentBackgroundTopColor() | SAMSON | static |
| getCursor(const QString &cursorName, const SBUUID &uuid) | SAMSON | static |
| getDarkModeFlag() | SAMSON | static |
| getDarkWatermark() | SAMSON | static |
| getDeepSelectionFlag() | SAMSON | static |
| getDocumentList() | SAMSON | static |
| getDoubleFromUser(const QString &dialogTitle, double &result, double minimum, double maximum, double singleStep=1.0, const QString &prefix="", const QString &suffix="", int decimals=2, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getDoubleIntervalFromUser(const QString &dialogTitle, const QStringList &labelText, std::pair< double, double > &result, const std::pair< double, double > &minValueInterval, const std::pair< double, double > &maxValueInterval, const std::pair< double, double > &singleStep=std::pair< double, double >(1.0, 1.0), const QString &prefix="", const QString &suffix="", const QPixmap &logo=QPixmap()) | SAMSON | static |
| getEditor(const SBUUID &classUUID, const SBUUID &elementUUID) | SAMSON | static |
| getEditorIndexer() | SAMSON | static |
| getElectronegativity(SBMElement::Type element) | SAMSON | static |
| getElement(SBMElement::Type element) | SAMSON | static |
| getElementFromUser(const QString &dialogTitle, SBMElement::Type &elementType, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getElementName(SBMElement::Type element) | SAMSON | static |
| getElementsFromUser(const QString &dialogTitle, std::vector< SBMElement::Type > &elementTypes, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getElementSymbol(SBMElement::Type element) | SAMSON | static |
| getElementTypeByName(char *elementName) | SAMSON | static |
| getElementTypeByName(const std::string &elementName) | SAMSON | static |
| getElementTypeBySymbol(char *elementSymbol) | SAMSON | static |
| getElementTypeBySymbol(const std::string &elementSymbol) | SAMSON | static |
| getElementVector() | SAMSON | static |
| getFileNameFromUser(const QString &dialogTitle, QString &result, const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=Q_NULLPTR, QFileDialog::Options options=QFileDialog::Options(), const QPixmap &logo=QPixmap()) | SAMSON | static |
| getFileNamesFromUser(const QString &dialogTitle, QStringList &result, const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=Q_NULLPTR, QFileDialog::Options options=QFileDialog::Options(), const QPixmap &logo=QPixmap()) | SAMSON | static |
| getFogBegin() | SAMSON | static |
| getFogEnd() | SAMSON | static |
| getFogFlag() | SAMSON | static |
| getFogStrength() | SAMSON | static |
| getFontFromUser(const QString &dialogTitle, QFont &result, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getFresnelColor() | SAMSON | static |
| getFresnelIntensity() | SAMSON | static |
| getFresnelPower() | SAMSON | static |
| getGridFlag() | SAMSON | static |
| getGroup(SBMElement::Type element) | SAMSON | static |
| getGUI(SBNode *node) | SAMSON | static |
| getHighlightingColor() | SAMSON | static |
| getHighlightingOpacity() | SAMSON | static |
| getIcon(const QString &iconName, const SBUUID &uuid) | SAMSON | static |
| getIntegerFromUser(const QString &dialogTitle, int &result, int minimum, int maximum, int singleStep=1, const QString &prefix="", const QString &suffix="", const QPixmap &logo=QPixmap()) | SAMSON | static |
| getIntegerIntervalFromUser(const QString &dialogTitle, const QStringList &labelText, std::pair< int, int > &result, const std::pair< int, int > &minValueInterval, const std::pair< int, int > &maxValueInterval, const std::pair< int, int > &singleStep=std::pair< int, int >(1, 1), const QString &prefix="", const QString &suffix="", const QPixmap &logo=QPixmap()) | SAMSON | static |
| getItemFromUser(const QString &dialogTitle, QString &result, const QString &label, const QStringList &items, int current=0, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getItemFromUser(const QString &dialogTitle, int &resultIndex, const QString &label, const QStringList &items, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getLightColor(unsigned int lightIndex) | SAMSON | static |
| getLightDirection(unsigned int lightIndex) | SAMSON | static |
| getLightIntensity(unsigned int lightIndex) | SAMSON | static |
| getLightWatermark() | SAMSON | static |
| getLikeFromUser(const SBCContainerUUID &developerUUID, const SBCContainerUUID &extensionUUID) | SAMSON | static |
| getMaximum3DTextureSize() | SAMSON | static |
| getMaximumRectangleTextureSize() | SAMSON | static |
| getMaximumTextureSize() | SAMSON | static |
| getMinimizationFlag() | SAMSON | static |
| getMousePositionInViewport() | SAMSON | static |
| getMultipleBondDisplayFlag() | SAMSON | static |
| getMultiSampleFactor() | SAMSON | static |
| getNextBackgroundBottomColor() | SAMSON | static |
| getNextBackgroundImageFileName() | SAMSON | static |
| getNextBackgroundImageFlag() | SAMSON | static |
| getNextBackgroundImageMode() | SAMSON | static |
| getNextBackgroundTopColor() | SAMSON | static |
| getNextNodeName(SBNode::Type type, std::string prefix=std::string(), std::string suffix=std::string(), SBNode *parentNode=nullptr) | SAMSON | static |
| getNode(int x, int y, const SBNodePredicate &selectionFilter=SBNode::All()) | SAMSON | static |
| getNode(const QPoint &position, const SBNodePredicate &selectionFilter=SBNode::All()) | SAMSON | static |
| getNode(int x, int y, SBPosition3 &pickedPosition, const SBNodePredicate &selectionFilter=SBNode::All()) | SAMSON | static |
| getNode(const QPoint &position, SBPosition3 &pickedPosition, const SBNodePredicate &selectionFilter=SBNode::All()) | SAMSON | static |
| getNodes(SBNodeIndexer &nodeIndexer, int x, int y, int width, int height, const SBNodePredicate &selectionFilter=SBNode::All(), bool deepSelectionFlag=false) | SAMSON | static |
| getNodes(SBNodeIndexer &nodeIndexer, const QPoint &topLeftCorner, int width, int height, const SBNodePredicate &selectionFilter=SBNode::All(), bool deepSelectionFlag=false) | SAMSON | static |
| getNodes(SBNodeIndexer &nodeIndexer, const SBVector< QPoint > &selectionLasso, const SBNodePredicate &selectionFilter=SBNode::All(), bool deepSelectionFlag=false) | SAMSON | static |
| getNodes(SBNodeIndexer &nodeIndexer, const std::string &selectionString) | SAMSON | static |
| getNodes(SBNodeIndexer &nodeIndexer, SBDDataGraphNode::Type nodeType, bool selectedNodesOnly=false, const SBNodePredicate &visitPredicate=SBDDataGraphNode::All(), bool includeDependencies=false) | SAMSON | static |
| getNodes(SBNodeIndexer &nodeIndexer, const SBNodePredicate &selectionPredicate=SBDDataGraphNode::All(), const SBNodePredicate &visitPredicate=SBDDataGraphNode::All(), bool includeDependencies=false) | SAMSON | static |
| getNumberOfElements() | SAMSON | static |
| getOpenGLFunctions() | SAMSON | static |
| getPaletteFromUser(const QString &dialogTitle, bool &ok, const SBPalette *defaultPalette=nullptr, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getPathFromUser(const QString &dialogTitle, QString &result, const QPixmap &logo=QPixmap()) | SAMSON | static |
| getPeriod(SBMElement::Type element) | SAMSON | static |
| getPixmap(const QString &pixmapName, const SBUUID &uuid) | SAMSON | static |
| getPlainTextFromUser(const QString &dialogTitle, QString &result, int maxSize=0, const QString &placeholderText="", const QPixmap &logo=QPixmap()) | SAMSON | static |
| getProgressBarValue() | SAMSON | static |
| getPromptFromUser(const QString &dialogTitle, QString &result, const QString &placeholderText="", const QPixmap &logo=QPixmap()) | SAMSON | static |
| getProxy(const std::string &className, const SBUUID &elementUUID=SBUUID()) | SAMSON | static |
| getProxyIndexer(SBCClass::Type classType) | SAMSON | static |
| getPublicName(bool includeVersion=false, bool includeHashInVersion=false) | SAMSON | static |
| getPublicVersionNumber() | SAMSON | static |
| getReplyFromUser(const SBCContainerUUID &developerUUID, const SBCContainerUUID &questionUUID) | SAMSON | static |
| getSAMSONElementsPath() | SAMSON | static |
| getSAMSONPath() | SAMSON | static |
| getSaveFileNameFromUser(const QString &dialogTitle, QString &result, const QString &dir=QString(), const QString &filter=QString(), QString *selectedFilter=Q_NULLPTR, QFileDialog::Options options=QFileDialog::Options(), const QPixmap &logo=QPixmap()) | SAMSON | static |
| getScaleFlag() | SAMSON | static |
| getScratchPath() | SAMSON | static |
| getSelectionColor() | SAMSON | static |
| getSelectionOpacity() | SAMSON | static |
| getSelectionOutlineOpacity() | SAMSON | static |
| getSimulationFlag() | SAMSON | static |
| getSpecularIntensity(unsigned int lightIndex) | SAMSON | static |
| getSpecularPower(unsigned int lightIndex) | SAMSON | static |
| getStringFromUser(const QString &dialogTitle, QString &result, const QString &placeholderText="", const QPixmap &logo=QPixmap()) | SAMSON | static |
| getTime() | SAMSON | static |
| getTransparentBackgroundFlag() | SAMSON | static |
| getUserDataPath() | SAMSON | static |
| getUserPlan() | SAMSON | static |
| getUserPlanString() | SAMSON | static |
| getVanDerWaalsAtomRadiusFlag() | SAMSON | static |
| getVanDerWaalsAtomRadiusRatio() | SAMSON | static |
| getVanDerWaalsRadius(SBMElement::Type element) | SAMSON | static |
| getVersionNumber() | SAMSON | static |
| getViewportFont() | SAMSON | static |
| getViewportHeight() | SAMSON | static |
| getViewportPixelRatio() | SAMSON | static |
| getViewportPositionFromWorldPosition(const SBPosition3 &position) | SAMSON | static |
| getViewportWidth() | SAMSON | static |
| getWorldPositionFromViewportPosition(double x, double y) | SAMSON | static |
| getWorldPositionFromViewportPosition(double x, double y, const SBPosition3 &pointInPlane) | SAMSON | static |
| getWorldPositionFromViewportPosition(const QPoint &position) | SAMSON | static |
| getWorldPositionFromViewportPosition(const QPoint &position, const SBPosition3 &pointInPlane) | SAMSON | static |
| hasNode(const std::string &selectionString) | SAMSON | static |
| hasNode(SBDDataGraphNode::Type nodeType, bool selectedNodesOnly=false, const SBNodePredicate &visitPredicate=SBDDataGraphNode::All(), bool includeDependencies=false) | SAMSON | static |
| hasNode(const SBNodePredicate &selectionPredicate=SBDDataGraphNode::All(), const SBNodePredicate &visitPredicate=SBDDataGraphNode::All(), bool includeDependencies=false) | SAMSON | static |
| hideProgressBar() | SAMSON | static |
| hideTip() | SAMSON | static |
| hold(void *object) | SAMSON | static |
| hold(SBNode *node) | SAMSON | static |
| hold(SBUndoCommand *undoCommand) | SAMSON | static |
| hold(SBPointerTarget *pointerTarget) | SAMSON | static |
| holdArray(void *array) | SAMSON | static |
| importFromFile(const std::string &fileName, const std::unordered_map< std::string, SBValue > *parameters=nullptr, SBDDocumentFolder *preferredFolder=nullptr, SBIFileImporter *importer=nullptr) | SAMSON | static |
| importFromFile(const QStringList &fileNameList, const std::unordered_map< std::string, SBValue > *parameters=nullptr, SBDDocumentFolder *preferredFolder=nullptr, SBIFileImporter *importer=nullptr) | SAMSON | static |
| informUser(const QString &dialogTitle, const QString &dialogText, const QPixmap &logo=QPixmap()) | SAMSON | static |
| informUser(const QString &dialogTitle, const QString &labelText, const QString &text, bool monospaceFont=false, const QPixmap &logo=QPixmap()) | SAMSON | static |
| informUser(SBGWindowWidget *widget, const QPixmap &logo=QPixmap()) | SAMSON | static |
| informUser(QWidget *widget, const QPixmap &logo=QPixmap()) | SAMSON | static |
| isAppInitialized(const SBUUID &appUUID, const SBUUID &elementUUID=SBUUID()) | SAMSON | static |
| isGUIThread() | SAMSON | static |
| isHolding() | SAMSON | static |
| isProgressBarStopped() | SAMSON | static |
| isRedoing() | SAMSON | static |
| isShowingTip(const SBUUID &tipUUID=SBUUID()) | SAMSON | static |
| isUndoing() | SAMSON | static |
| makeAnimation(const std::string &name, const SBNodeIndexer &nodeIndexer, double currentFrame, const std::string &animationClassName, const SBUUID &animationElementUUID=SBUUID()) | SAMSON | static |
| makeController(const std::string &controllerClassName, const SBUUID &controllerElementUUID=SBUUID()) | SAMSON | static |
| makeInteractionModel(SBParticleSystem *dynamicalModel, const std::string &interactionModelClassName, const SBUUID &interactionModelElementUUID=SBUUID()) | SAMSON | static |
| makeNeighborSearch(SBParticleSystem *dynamicalModel, const SBQuantity::length &cutoffDistance, const std::string &neighborSearchClassName, const SBUUID &neighborSearchElementUUID=SBUUID()) | SAMSON | static |
| makeNodePredicate(const std::string &selectionString) | SAMSON | static |
| makePropertyModel(const SBNodeIndexer &nodeIndexer, const std::string &propertyModelClassName, const SBUUID &propertyModelElementUUID=SBUUID()) | SAMSON | static |
| makeSelector(const std::string &selectorClassName, const SBUUID &selectorElementUUID=SBUUID()) | SAMSON | static |
| makeSimulator(const SBNodeIndexer &nodeIndexer, const std::string &interactionModelClassName, const SBUUID &interactionModelElementUUID, const std::string &stateUpdaterClassName, const SBUUID &stateUpdaterElementUUID=SBUUID()) | SAMSON | static |
| makeStateUpdater(SBParticleSystem *dynamicalModel, SBInteractionModelParticleSystem *interactionModel, const std::string &stateUpdaterClassName, const SBUUID &stateUpdaterElementUUID=SBUUID()) | SAMSON | static |
| makeViewportCursor(const QString &fileName, int height, int hotX=-1, int hotY=-1) | SAMSON | static |
| makeVisualModel(const SBNodeIndexer &nodeIndexer, const std::string &visualModelClassName, const SBUUID &visualModelElementUUID=SBUUID()) | SAMSON | static |
| minimize(const SBNodeIndexer &nodeIndexer, unsigned int maximumNumberOfSteps, unsigned int minimumNumberOfStepsInPlateau, const SBQuantity::kJPerMol &energyDifferenceCriteria, unsigned int printMinimizationInformationFrequency=100, bool askUser=false) | SAMSON | static |
| printDataGraphState() | SAMSON | static |
| printFullMemoryUsage() | SAMSON | static |
| printMemoryUsage() | SAMSON | static |
| printRendererState() | SAMSON | static |
| printUndoStack() | SAMSON | static |
| redo() | SAMSON | static |
| registerAction(SBAction *action) | SAMSON | static |
| registerCursor(const QString &name, const SBUUID &uuid, const QString &filePath, const QString &description=QString()) | SAMSON | static |
| registerCursor(const QString &name, const SBUUID &uuid, const QCursor &icon, const QString &description=QString()) | SAMSON | static |
| registerIcon(const QString &name, const SBUUID &uuid, const QString &filePath, const QString &description=QString()) | SAMSON | static |
| registerIcon(const QString &name, const SBUUID &uuid, const QIcon &icon, const QString &description=QString()) | SAMSON | static |
| registerPixmap(const QString &name, const SBUUID &uuid, const QString &filePath, const QString &description=QString()) | SAMSON | static |
| registerPixmap(const QString &name, const SBUUID &uuid, const QPixmap &pixmap, const QString &description=QString()) | SAMSON | static |
| removeDialog(SBGWindowDialog *dialog) | SAMSON | static |
| removeDialog(QDialog *dialog) | SAMSON | static |
| removeFromSelection(const std::string &selectionString) | SAMSON | static |
| removeWidget(SBGWindowWidget *widget) | SAMSON | static |
| removeWidget(QWidget *widget) | SAMSON | static |
| removeWindow(SBGWindow *window) | SAMSON | static |
| renderViewport(int width, int height, int samples=1024, bool useDenoise=true, int denoiseStartSample=100, float adaptiveThreshold=0.01f, bool transparentBackground=false) | SAMSON | static |
| renderViewport(const std::string &fileName, int width, int height, int samples=1024, bool useDenoise=true, int denoiseStartSample=100, float adaptiveThreshold=0.01f, bool transparentBackground=false) | SAMSON | static |
| requestViewportFocus() | SAMSON | static |
| requestViewportUpdate() | SAMSON | static |
| runPythonCode(const std::string &codeString, bool raisePythonConsole=false) | SAMSON | static |
| runPythonFile(const std::string &fileName, bool raisePythonConsole=false) | SAMSON | static |
| select(const std::string &selectionString) | SAMSON | static |
| setActiveDocument(SBDDocument *document) | SAMSON | static |
| setActiveDocumentFilter(const std::string &filter) | SAMSON | static |
| setActiveEditor(SBEditor *editor) | SAMSON | static |
| setActiveEditor(const SBUUID &classUUID, const SBUUID &elementUUID) | SAMSON | static |
| setActiveSelectionFilterByName(const std::string &selectionFilterName) | SAMSON | static |
| setActiveStructuralModel(SBStructuralModel *structuralModel) | SAMSON | static |
| setBusy(bool b) | SAMSON | static |
| setCustomViewport(QWidget *widget=0) | SAMSON | static |
| setHeadsetParameters(int panelWidth, int panelHeight, unsigned int leftFrameBuffer, unsigned int rightFrameBuffer) | SAMSON | static |
| setMinimizationFlag(bool minimizationFlag) | SAMSON | static |
| setProgressBarValue(int value) | SAMSON | static |
| setSimulationFlag(bool simulationFlag) | SAMSON | static |
| setStatusMessage(const QString &message, int time=0) | SAMSON | static |
| setup() (defined in SAMSON) | SAMSON | static |
| setViewportCursor(const QCursor &cursor) | SAMSON | static |
| setViewportCursor(Qt::CursorShape cursorShape) | SAMSON | static |
| showContextMenu(const QPoint &position, SBNode *highlightedNode=0) | SAMSON | static |
| showProgressBar(const QString &name="", int minimum=0, int maximum=0, const SBQuantity::second &minimumDuration=SBQuantity::second(2.0), bool isCancellable=true, const QString &cancelButtonText="Cancel") | SAMSON | static |
| showProperties(SBNode *node) | SAMSON | static |
| showTip(const SBUUID &tipUUID, const QString &tipCategory, const QString &tipTitle, const QString &tipText, QWidget *widget=nullptr, const QPoint &relativePosition=QPoint(), bool showArrow=false) | SAMSON | static |
| showTip(const SBUUID &tipUUID, const QString &tipCategory, const QString &tipTitle, const QString &tipText, const QPixmap &tipPixmap, QWidget *widget=nullptr, const QPoint &relativePosition=QPoint(), bool showArrow=false) | SAMSON | static |
| showTip(const SBUUID &tipUUID, const QString &tipCategory, const QString &tipTitle, const QString &tipText, const QString &tipMoviePath, QWidget *widget=nullptr, const QPoint &relativePosition=QPoint(), bool showArrow=false) | SAMSON | static |
| signalPathTracingCompleted() | SAMSON | static |
| signalPathTracingStarted() | SAMSON | static |
| signalPathTracingUpdated(int progress) | SAMSON | static |
| snap(int x, int y) | SAMSON | static |
| snap(int x, int y, const SBPosition3 &pointInPlane) | SAMSON | static |
| snap(const SBQuantity::length &displacement) | SAMSON | static |
| snap(const SBQuantity::degree &displacement) | SAMSON | static |
| snap(const SBLength3 &displacement) | SAMSON | static |
| snap(const SBMatrix33 &rotationMatrix) | SAMSON | static |
| snap(const SBSpatialTransform &transform) | SAMSON | static |
| startMinimization() | SAMSON | static |
| startSimulation() | SAMSON | static |
| startTimer() | SAMSON | static |
| stopMinimization() | SAMSON | static |
| stopSimulation() | SAMSON | static |
| stopTimer(SBQuantity::second &elapsedTime) | SAMSON | static |
| stopTimer(SBQuantity::second &elapsedTime, SBQuantity::second &totalTime) | SAMSON | static |
| toggleMinimization() | SAMSON | static |
| toggleSimulation() | SAMSON | static |
| undo() | SAMSON | static |
| unsetViewportCursor() | SAMSON | static |
| updateHeadsetViewport(bool isLeftEye) | SAMSON | static |
| ~SAMSON() | SAMSON | privatevirtual |