// python wrapper for vtkRenderedGraphRepresentation // #define VTK_WRAPPING_CXX #define VTK_STREAMS_FWD_ONLY #include "vtkPythonArgs.h" #include "vtkPythonOverload.h" #include "vtkConfigure.h" #include #include #include "vtkVariant.h" #include "vtkIndent.h" #include "vtkRenderedGraphRepresentation.h" extern "C" { VTK_ABI_EXPORT void PyVTKAddFile_vtkRenderedGraphRepresentation(PyObject *); } extern "C" { VTK_ABI_EXPORT PyObject *PyvtkRenderedGraphRepresentation_ClassNew(); } #ifndef DECLARED_PyvtkRenderedRepresentation_ClassNew extern "C" { PyObject *PyvtkRenderedRepresentation_ClassNew(); } #define DECLARED_PyvtkRenderedRepresentation_ClassNew #endif static const char *PyvtkRenderedGraphRepresentation_Doc = "vtkRenderedGraphRepresentation - \n\n" "Superclass: vtkRenderedRepresentation\n\n" ; static PyObject * PyvtkRenderedGraphRepresentation_IsTypeOf(PyObject *, PyObject *args) { vtkPythonArgs ap(args, "IsTypeOf"); char *temp0 = nullptr; PyObject *result = nullptr; if (ap.CheckArgCount(1) && ap.GetValue(temp0)) { int tempr = vtkRenderedGraphRepresentation::IsTypeOf(temp0); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_IsA(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "IsA"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { int tempr = (ap.IsBound() ? op->IsA(temp0) : op->vtkRenderedGraphRepresentation::IsA(temp0)); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SafeDownCast(PyObject *, PyObject *args) { vtkPythonArgs ap(args, "SafeDownCast"); vtkObjectBase *temp0 = nullptr; PyObject *result = nullptr; if (ap.CheckArgCount(1) && ap.GetVTKObject(temp0, "vtkObjectBase")) { vtkRenderedGraphRepresentation *tempr = vtkRenderedGraphRepresentation::SafeDownCast(temp0); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_NewInstance(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "NewInstance"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { vtkRenderedGraphRepresentation *tempr = (ap.IsBound() ? op->NewInstance() : op->vtkRenderedGraphRepresentation::NewInstance()); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); if (result && PyVTKObject_Check(result)) { PyVTKObject_GetObject(result)->UnRegister(0); PyVTKObject_SetFlag(result, VTK_PYTHON_IGNORE_UNREGISTER, 1); } } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexLabelArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexLabelArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexLabelArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexLabelArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexLabelArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexLabelArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetVertexLabelArrayName() : op->vtkRenderedGraphRepresentation::GetVertexLabelArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexLabelPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexLabelPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexLabelPriorityArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexLabelPriorityArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexLabelPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexLabelPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetVertexLabelPriorityArrayName() : op->vtkRenderedGraphRepresentation::GetVertexLabelPriorityArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexLabelVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexLabelVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexLabelVisibility(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexLabelVisibility(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexLabelVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexLabelVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetVertexLabelVisibility() : op->vtkRenderedGraphRepresentation::GetVertexLabelVisibility()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_VertexLabelVisibilityOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "VertexLabelVisibilityOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->VertexLabelVisibilityOn(); } else { op->vtkRenderedGraphRepresentation::VertexLabelVisibilityOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_VertexLabelVisibilityOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "VertexLabelVisibilityOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->VertexLabelVisibilityOff(); } else { op->vtkRenderedGraphRepresentation::VertexLabelVisibilityOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexLabelTextProperty(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexLabelTextProperty"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); vtkTextProperty *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetVTKObject(temp0, "vtkTextProperty")) { if (ap.IsBound()) { op->SetVertexLabelTextProperty(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexLabelTextProperty(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexLabelTextProperty(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexLabelTextProperty"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { vtkTextProperty *tempr = (ap.IsBound() ? op->GetVertexLabelTextProperty() : op->vtkRenderedGraphRepresentation::GetVertexLabelTextProperty()); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexHoverArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexHoverArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexHoverArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexHoverArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexHoverArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexHoverArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { char *tempr = (ap.IsBound() ? op->GetVertexHoverArrayName() : op->vtkRenderedGraphRepresentation::GetVertexHoverArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetHideVertexLabelsOnInteraction(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetHideVertexLabelsOnInteraction"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetHideVertexLabelsOnInteraction(temp0); } else { op->vtkRenderedGraphRepresentation::SetHideVertexLabelsOnInteraction(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetHideVertexLabelsOnInteraction(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetHideVertexLabelsOnInteraction"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetHideVertexLabelsOnInteraction() : op->vtkRenderedGraphRepresentation::GetHideVertexLabelsOnInteraction()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "HideVertexLabelsOnInteractionOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->HideVertexLabelsOnInteractionOn(); } else { op->vtkRenderedGraphRepresentation::HideVertexLabelsOnInteractionOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "HideVertexLabelsOnInteractionOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->HideVertexLabelsOnInteractionOff(); } else { op->vtkRenderedGraphRepresentation::HideVertexLabelsOnInteractionOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLabelArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLabelArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeLabelArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeLabelArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeLabelArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeLabelArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetEdgeLabelArrayName() : op->vtkRenderedGraphRepresentation::GetEdgeLabelArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLabelPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLabelPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeLabelPriorityArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeLabelPriorityArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeLabelPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeLabelPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetEdgeLabelPriorityArrayName() : op->vtkRenderedGraphRepresentation::GetEdgeLabelPriorityArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLabelVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLabelVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeLabelVisibility(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeLabelVisibility(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeLabelVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeLabelVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetEdgeLabelVisibility() : op->vtkRenderedGraphRepresentation::GetEdgeLabelVisibility()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EdgeLabelVisibilityOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EdgeLabelVisibilityOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EdgeLabelVisibilityOn(); } else { op->vtkRenderedGraphRepresentation::EdgeLabelVisibilityOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EdgeLabelVisibilityOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EdgeLabelVisibilityOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EdgeLabelVisibilityOff(); } else { op->vtkRenderedGraphRepresentation::EdgeLabelVisibilityOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLabelTextProperty(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLabelTextProperty"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); vtkTextProperty *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetVTKObject(temp0, "vtkTextProperty")) { if (ap.IsBound()) { op->SetEdgeLabelTextProperty(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeLabelTextProperty(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeLabelTextProperty(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeLabelTextProperty"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { vtkTextProperty *tempr = (ap.IsBound() ? op->GetEdgeLabelTextProperty() : op->vtkRenderedGraphRepresentation::GetEdgeLabelTextProperty()); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeHoverArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeHoverArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeHoverArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeHoverArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeHoverArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeHoverArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { char *tempr = (ap.IsBound() ? op->GetEdgeHoverArrayName() : op->vtkRenderedGraphRepresentation::GetEdgeHoverArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetHideEdgeLabelsOnInteraction(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetHideEdgeLabelsOnInteraction"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetHideEdgeLabelsOnInteraction(temp0); } else { op->vtkRenderedGraphRepresentation::SetHideEdgeLabelsOnInteraction(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetHideEdgeLabelsOnInteraction(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetHideEdgeLabelsOnInteraction"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetHideEdgeLabelsOnInteraction() : op->vtkRenderedGraphRepresentation::GetHideEdgeLabelsOnInteraction()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "HideEdgeLabelsOnInteractionOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->HideEdgeLabelsOnInteractionOn(); } else { op->vtkRenderedGraphRepresentation::HideEdgeLabelsOnInteractionOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "HideEdgeLabelsOnInteractionOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->HideEdgeLabelsOnInteractionOff(); } else { op->vtkRenderedGraphRepresentation::HideEdgeLabelsOnInteractionOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexIconArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexIconArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexIconArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexIconArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetVertexIconArrayName() : op->vtkRenderedGraphRepresentation::GetVertexIconArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexIconPriorityArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexIconPriorityArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexIconPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexIconPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetVertexIconPriorityArrayName() : op->vtkRenderedGraphRepresentation::GetVertexIconPriorityArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexIconVisibility(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexIconVisibility(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexIconVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexIconVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetVertexIconVisibility() : op->vtkRenderedGraphRepresentation::GetVertexIconVisibility()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_VertexIconVisibilityOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "VertexIconVisibilityOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->VertexIconVisibilityOn(); } else { op->vtkRenderedGraphRepresentation::VertexIconVisibilityOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_VertexIconVisibilityOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "VertexIconVisibilityOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->VertexIconVisibilityOff(); } else { op->vtkRenderedGraphRepresentation::VertexIconVisibilityOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_AddVertexIconType(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "AddVertexIconType"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; int temp1; PyObject *result = nullptr; if (op && ap.CheckArgCount(2) && ap.GetValue(temp0) && ap.GetValue(temp1)) { if (ap.IsBound()) { op->AddVertexIconType(temp0, temp1); } else { op->vtkRenderedGraphRepresentation::AddVertexIconType(temp0, temp1); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ClearVertexIconTypes(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ClearVertexIconTypes"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ClearVertexIconTypes(); } else { op->vtkRenderedGraphRepresentation::ClearVertexIconTypes(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetUseVertexIconTypeMap(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetUseVertexIconTypeMap"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetUseVertexIconTypeMap(temp0); } else { op->vtkRenderedGraphRepresentation::SetUseVertexIconTypeMap(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetUseVertexIconTypeMap(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetUseVertexIconTypeMap"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetUseVertexIconTypeMap() : op->vtkRenderedGraphRepresentation::GetUseVertexIconTypeMap()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_UseVertexIconTypeMapOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "UseVertexIconTypeMapOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->UseVertexIconTypeMapOn(); } else { op->vtkRenderedGraphRepresentation::UseVertexIconTypeMapOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_UseVertexIconTypeMapOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "UseVertexIconTypeMapOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->UseVertexIconTypeMapOff(); } else { op->vtkRenderedGraphRepresentation::UseVertexIconTypeMapOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconAlignment(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconAlignment"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); int temp0; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexIconAlignment(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexIconAlignment(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexIconAlignment(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexIconAlignment"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { int tempr = (ap.IsBound() ? op->GetVertexIconAlignment() : op->vtkRenderedGraphRepresentation::GetVertexIconAlignment()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexSelectedIcon(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexSelectedIcon"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); int temp0; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexSelectedIcon(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexSelectedIcon(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexSelectedIcon(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexSelectedIcon"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { int tempr = (ap.IsBound() ? op->GetVertexSelectedIcon() : op->vtkRenderedGraphRepresentation::GetVertexSelectedIcon()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexDefaultIcon(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexDefaultIcon"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); int temp0; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexDefaultIcon(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexDefaultIcon(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexDefaultIcon(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexDefaultIcon"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { int tempr = (ap.IsBound() ? op->GetVertexDefaultIcon() : op->vtkRenderedGraphRepresentation::GetVertexDefaultIcon()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconSelectionMode(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconSelectionMode"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); int temp0; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexIconSelectionMode(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexIconSelectionMode(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexIconSelectionMode(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexIconSelectionMode"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { int tempr = (ap.IsBound() ? op->GetVertexIconSelectionMode() : op->vtkRenderedGraphRepresentation::GetVertexIconSelectionMode()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedIcon(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconSelectionModeToSelectedIcon"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetVertexIconSelectionModeToSelectedIcon(); } else { op->vtkRenderedGraphRepresentation::SetVertexIconSelectionModeToSelectedIcon(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedOffset(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconSelectionModeToSelectedOffset"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetVertexIconSelectionModeToSelectedOffset(); } else { op->vtkRenderedGraphRepresentation::SetVertexIconSelectionModeToSelectedOffset(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToAnnotationIcon(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconSelectionModeToAnnotationIcon"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetVertexIconSelectionModeToAnnotationIcon(); } else { op->vtkRenderedGraphRepresentation::SetVertexIconSelectionModeToAnnotationIcon(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToIgnoreSelection(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexIconSelectionModeToIgnoreSelection"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetVertexIconSelectionModeToIgnoreSelection(); } else { op->vtkRenderedGraphRepresentation::SetVertexIconSelectionModeToIgnoreSelection(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeIconArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeIconArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeIconArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeIconArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeIconArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeIconArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetEdgeIconArrayName() : op->vtkRenderedGraphRepresentation::GetEdgeIconArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeIconPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeIconPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeIconPriorityArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeIconPriorityArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeIconPriorityArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeIconPriorityArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetEdgeIconPriorityArrayName() : op->vtkRenderedGraphRepresentation::GetEdgeIconPriorityArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeIconVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeIconVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeIconVisibility(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeIconVisibility(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeIconVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeIconVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetEdgeIconVisibility() : op->vtkRenderedGraphRepresentation::GetEdgeIconVisibility()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EdgeIconVisibilityOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EdgeIconVisibilityOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EdgeIconVisibilityOn(); } else { op->vtkRenderedGraphRepresentation::EdgeIconVisibilityOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EdgeIconVisibilityOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EdgeIconVisibilityOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EdgeIconVisibilityOff(); } else { op->vtkRenderedGraphRepresentation::EdgeIconVisibilityOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_AddEdgeIconType(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "AddEdgeIconType"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; int temp1; PyObject *result = nullptr; if (op && ap.CheckArgCount(2) && ap.GetValue(temp0) && ap.GetValue(temp1)) { if (ap.IsBound()) { op->AddEdgeIconType(temp0, temp1); } else { op->vtkRenderedGraphRepresentation::AddEdgeIconType(temp0, temp1); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ClearEdgeIconTypes(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ClearEdgeIconTypes"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ClearEdgeIconTypes(); } else { op->vtkRenderedGraphRepresentation::ClearEdgeIconTypes(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetUseEdgeIconTypeMap(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetUseEdgeIconTypeMap"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetUseEdgeIconTypeMap(temp0); } else { op->vtkRenderedGraphRepresentation::SetUseEdgeIconTypeMap(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetUseEdgeIconTypeMap(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetUseEdgeIconTypeMap"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetUseEdgeIconTypeMap() : op->vtkRenderedGraphRepresentation::GetUseEdgeIconTypeMap()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_UseEdgeIconTypeMapOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "UseEdgeIconTypeMapOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->UseEdgeIconTypeMapOn(); } else { op->vtkRenderedGraphRepresentation::UseEdgeIconTypeMapOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_UseEdgeIconTypeMapOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "UseEdgeIconTypeMapOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->UseEdgeIconTypeMapOff(); } else { op->vtkRenderedGraphRepresentation::UseEdgeIconTypeMapOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeIconAlignment(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeIconAlignment"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); int temp0; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeIconAlignment(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeIconAlignment(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeIconAlignment(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeIconAlignment"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { int tempr = (ap.IsBound() ? op->GetEdgeIconAlignment() : op->vtkRenderedGraphRepresentation::GetEdgeIconAlignment()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetColorVerticesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetColorVerticesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetColorVerticesByArray(temp0); } else { op->vtkRenderedGraphRepresentation::SetColorVerticesByArray(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetColorVerticesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetColorVerticesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetColorVerticesByArray() : op->vtkRenderedGraphRepresentation::GetColorVerticesByArray()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ColorVerticesByArrayOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ColorVerticesByArrayOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ColorVerticesByArrayOn(); } else { op->vtkRenderedGraphRepresentation::ColorVerticesByArrayOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ColorVerticesByArrayOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ColorVerticesByArrayOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ColorVerticesByArrayOff(); } else { op->vtkRenderedGraphRepresentation::ColorVerticesByArrayOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexColorArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexColorArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexColorArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexColorArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexColorArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexColorArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetVertexColorArrayName() : op->vtkRenderedGraphRepresentation::GetVertexColorArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetColorEdgesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetColorEdgesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetColorEdgesByArray(temp0); } else { op->vtkRenderedGraphRepresentation::SetColorEdgesByArray(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetColorEdgesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetColorEdgesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetColorEdgesByArray() : op->vtkRenderedGraphRepresentation::GetColorEdgesByArray()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ColorEdgesByArrayOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ColorEdgesByArrayOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ColorEdgesByArrayOn(); } else { op->vtkRenderedGraphRepresentation::ColorEdgesByArrayOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ColorEdgesByArrayOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ColorEdgesByArrayOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ColorEdgesByArrayOff(); } else { op->vtkRenderedGraphRepresentation::ColorEdgesByArrayOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeColorArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeColorArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeColorArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeColorArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeColorArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeColorArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetEdgeColorArrayName() : op->vtkRenderedGraphRepresentation::GetEdgeColorArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEnableVerticesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEnableVerticesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEnableVerticesByArray(temp0); } else { op->vtkRenderedGraphRepresentation::SetEnableVerticesByArray(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEnableVerticesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEnableVerticesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetEnableVerticesByArray() : op->vtkRenderedGraphRepresentation::GetEnableVerticesByArray()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EnableVerticesByArrayOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EnableVerticesByArrayOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EnableVerticesByArrayOn(); } else { op->vtkRenderedGraphRepresentation::EnableVerticesByArrayOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EnableVerticesByArrayOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EnableVerticesByArrayOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EnableVerticesByArrayOff(); } else { op->vtkRenderedGraphRepresentation::EnableVerticesByArrayOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEnabledVerticesArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEnabledVerticesArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEnabledVerticesArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEnabledVerticesArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEnabledVerticesArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEnabledVerticesArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetEnabledVerticesArrayName() : op->vtkRenderedGraphRepresentation::GetEnabledVerticesArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEnableEdgesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEnableEdgesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEnableEdgesByArray(temp0); } else { op->vtkRenderedGraphRepresentation::SetEnableEdgesByArray(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEnableEdgesByArray(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEnableEdgesByArray"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetEnableEdgesByArray() : op->vtkRenderedGraphRepresentation::GetEnableEdgesByArray()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EnableEdgesByArrayOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EnableEdgesByArrayOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EnableEdgesByArrayOn(); } else { op->vtkRenderedGraphRepresentation::EnableEdgesByArrayOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EnableEdgesByArrayOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EnableEdgesByArrayOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EnableEdgesByArrayOff(); } else { op->vtkRenderedGraphRepresentation::EnableEdgesByArrayOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEnabledEdgesArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEnabledEdgesArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEnabledEdgesArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetEnabledEdgesArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEnabledEdgesArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEnabledEdgesArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetEnabledEdgesArrayName() : op->vtkRenderedGraphRepresentation::GetEnabledEdgesArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeVisibility(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeVisibility(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetEdgeVisibility() : op->vtkRenderedGraphRepresentation::GetEdgeVisibility()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EdgeVisibilityOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EdgeVisibilityOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EdgeVisibilityOn(); } else { op->vtkRenderedGraphRepresentation::EdgeVisibilityOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_EdgeVisibilityOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "EdgeVisibilityOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->EdgeVisibilityOff(); } else { op->vtkRenderedGraphRepresentation::EdgeVisibilityOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeSelection(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeSelection"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeSelection(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeSelection(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeSelection(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeSelection"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetEdgeSelection() : op->vtkRenderedGraphRepresentation::GetEdgeSelection()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategy_s1(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategy"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); vtkGraphLayoutStrategy *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetVTKObject(temp0, "vtkGraphLayoutStrategy")) { if (ap.IsBound()) { op->SetLayoutStrategy(temp0); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategy(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategy_s2(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategy"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetLayoutStrategy(temp0); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategy(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyMethodDef PyvtkRenderedGraphRepresentation_SetLayoutStrategy_Methods[] = { {nullptr, PyvtkRenderedGraphRepresentation_SetLayoutStrategy_s1, METH_VARARGS, "@V *vtkGraphLayoutStrategy"}, {nullptr, PyvtkRenderedGraphRepresentation_SetLayoutStrategy_s2, METH_VARARGS, "@z"}, {nullptr, nullptr, 0, nullptr} }; static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategy(PyObject *self, PyObject *args) { PyMethodDef *methods = PyvtkRenderedGraphRepresentation_SetLayoutStrategy_Methods; int nargs = vtkPythonArgs::GetArgCount(self, args); switch(nargs) { case 1: return vtkPythonOverload::CallMethod(methods, self, args); } vtkPythonArgs::ArgCountError(nargs, "SetLayoutStrategy"); return nullptr; } static PyObject * PyvtkRenderedGraphRepresentation_GetLayoutStrategy(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetLayoutStrategy"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { vtkGraphLayoutStrategy *tempr = (ap.IsBound() ? op->GetLayoutStrategy() : op->vtkRenderedGraphRepresentation::GetLayoutStrategy()); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetLayoutStrategyName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetLayoutStrategyName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { char *tempr = (ap.IsBound() ? op->GetLayoutStrategyName() : op->vtkRenderedGraphRepresentation::GetLayoutStrategyName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToRandom(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToRandom"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToRandom(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToRandom(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToForceDirected(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToForceDirected"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToForceDirected(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToForceDirected(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToSimple2D(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToSimple2D"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToSimple2D(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToSimple2D(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToClustering2D(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToClustering2D"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToClustering2D(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToClustering2D(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCommunity2D(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToCommunity2D"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToCommunity2D(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToCommunity2D(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToFast2D(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToFast2D"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToFast2D(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToFast2D(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToPassThrough(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToPassThrough"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToPassThrough(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToPassThrough(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCircular(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToCircular"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToCircular(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToCircular(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToTree_s1(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToTree"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToTree(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToTree(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToTree_s2(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToTree"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; double temp1 = 90; double temp2 = 0.9; double temp3 = 1.0; PyObject *result = nullptr; if (op && ap.CheckArgCount(1, 4) && ap.GetValue(temp0) && (ap.NoArgsLeft() || ap.GetValue(temp1)) && (ap.NoArgsLeft() || ap.GetValue(temp2)) && (ap.NoArgsLeft() || ap.GetValue(temp3))) { if (ap.IsBound()) { op->SetLayoutStrategyToTree(temp0, temp1, temp2, temp3); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToTree(temp0, temp1, temp2, temp3); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToTree(PyObject *self, PyObject *args) { int nargs = vtkPythonArgs::GetArgCount(self, args); switch(nargs) { case 0: return PyvtkRenderedGraphRepresentation_SetLayoutStrategyToTree_s1(self, args); case 1: case 2: case 3: case 4: return PyvtkRenderedGraphRepresentation_SetLayoutStrategyToTree_s2(self, args); } vtkPythonArgs::ArgCountError(nargs, "SetLayoutStrategyToTree"); return nullptr; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree_s1(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToCosmicTree"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToCosmicTree(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToCosmicTree(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree_s2(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToCosmicTree"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; bool temp1 = true; int temp2 = 0; vtkIdType temp3 = -1; PyObject *result = nullptr; if (op && ap.CheckArgCount(1, 4) && ap.GetValue(temp0) && (ap.NoArgsLeft() || ap.GetValue(temp1)) && (ap.NoArgsLeft() || ap.GetValue(temp2)) && (ap.NoArgsLeft() || ap.GetValue(temp3))) { if (ap.IsBound()) { op->SetLayoutStrategyToCosmicTree(temp0, temp1, temp2, temp3); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToCosmicTree(temp0, temp1, temp2, temp3); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree(PyObject *self, PyObject *args) { int nargs = vtkPythonArgs::GetArgCount(self, args); switch(nargs) { case 0: return PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree_s1(self, args); case 1: case 2: case 3: case 4: return PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree_s2(self, args); } vtkPythonArgs::ArgCountError(nargs, "SetLayoutStrategyToCosmicTree"); return nullptr; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCone(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToCone"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToCone(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToCone(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToSpanTree(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToSpanTree"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetLayoutStrategyToSpanTree(); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToSpanTree(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetLayoutStrategyToAssignCoordinates"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; char *temp1 = nullptr; char *temp2 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1, 3) && ap.GetValue(temp0) && (ap.NoArgsLeft() || ap.GetValue(temp1)) && (ap.NoArgsLeft() || ap.GetValue(temp2))) { if (ap.IsBound()) { op->SetLayoutStrategyToAssignCoordinates(temp0, temp1, temp2); } else { op->vtkRenderedGraphRepresentation::SetLayoutStrategyToAssignCoordinates(temp0, temp1, temp2); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_s1(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLayoutStrategy"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); vtkEdgeLayoutStrategy *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetVTKObject(temp0, "vtkEdgeLayoutStrategy")) { if (ap.IsBound()) { op->SetEdgeLayoutStrategy(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeLayoutStrategy(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_s2(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLayoutStrategy"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeLayoutStrategy(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeLayoutStrategy(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyMethodDef PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_Methods[] = { {nullptr, PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_s1, METH_VARARGS, "@V *vtkEdgeLayoutStrategy"}, {nullptr, PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_s2, METH_VARARGS, "@z"}, {nullptr, nullptr, 0, nullptr} }; static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy(PyObject *self, PyObject *args) { PyMethodDef *methods = PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy_Methods; int nargs = vtkPythonArgs::GetArgCount(self, args); switch(nargs) { case 1: return vtkPythonOverload::CallMethod(methods, self, args); } vtkPythonArgs::ArgCountError(nargs, "SetEdgeLayoutStrategy"); return nullptr; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeLayoutStrategy(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeLayoutStrategy"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { vtkEdgeLayoutStrategy *tempr = (ap.IsBound() ? op->GetEdgeLayoutStrategy() : op->vtkRenderedGraphRepresentation::GetEdgeLayoutStrategy()); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToArcParallel(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLayoutStrategyToArcParallel"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetEdgeLayoutStrategyToArcParallel(); } else { op->vtkRenderedGraphRepresentation::SetEdgeLayoutStrategyToArcParallel(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToPassThrough(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLayoutStrategyToPassThrough"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->SetEdgeLayoutStrategyToPassThrough(); } else { op->vtkRenderedGraphRepresentation::SetEdgeLayoutStrategyToPassThrough(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeLayoutStrategyToGeo"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); double temp0 = 0.2; PyObject *result = nullptr; if (op && ap.CheckArgCount(0, 1) && (ap.NoArgsLeft() || ap.GetValue(temp0))) { if (ap.IsBound()) { op->SetEdgeLayoutStrategyToGeo(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeLayoutStrategyToGeo(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeLayoutStrategyName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeLayoutStrategyName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { char *tempr = (ap.IsBound() ? op->GetEdgeLayoutStrategyName() : op->vtkRenderedGraphRepresentation::GetEdgeLayoutStrategyName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ApplyViewTheme(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ApplyViewTheme"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); vtkViewTheme *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetVTKObject(temp0, "vtkViewTheme")) { if (ap.IsBound()) { op->ApplyViewTheme(temp0); } else { op->vtkRenderedGraphRepresentation::ApplyViewTheme(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetGlyphType(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetGlyphType"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); int temp0; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetGlyphType(temp0); } else { op->vtkRenderedGraphRepresentation::SetGlyphType(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetGlyphType(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetGlyphType"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { int tempr = (ap.IsBound() ? op->GetGlyphType() : op->vtkRenderedGraphRepresentation::GetGlyphType()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetScaling(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetScaling"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetScaling(temp0); } else { op->vtkRenderedGraphRepresentation::SetScaling(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetScaling(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetScaling"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetScaling() : op->vtkRenderedGraphRepresentation::GetScaling()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ScalingOn(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ScalingOn"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ScalingOn(); } else { op->vtkRenderedGraphRepresentation::ScalingOn(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ScalingOff(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ScalingOff"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->ScalingOff(); } else { op->vtkRenderedGraphRepresentation::ScalingOff(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetScalingArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetScalingArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); char *temp0 = nullptr; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetScalingArrayName(temp0); } else { op->vtkRenderedGraphRepresentation::SetScalingArrayName(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetScalingArrayName(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetScalingArrayName"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { const char *tempr = (ap.IsBound() ? op->GetScalingArrayName() : op->vtkRenderedGraphRepresentation::GetScalingArrayName()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetVertexScalarBarVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetVertexScalarBarVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetVertexScalarBarVisibility(temp0); } else { op->vtkRenderedGraphRepresentation::SetVertexScalarBarVisibility(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexScalarBarVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexScalarBarVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetVertexScalarBarVisibility() : op->vtkRenderedGraphRepresentation::GetVertexScalarBarVisibility()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_SetEdgeScalarBarVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "SetEdgeScalarBarVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); bool temp0 = false; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetValue(temp0)) { if (ap.IsBound()) { op->SetEdgeScalarBarVisibility(temp0); } else { op->vtkRenderedGraphRepresentation::SetEdgeScalarBarVisibility(temp0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeScalarBarVisibility(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeScalarBarVisibility"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->GetEdgeScalarBarVisibility() : op->vtkRenderedGraphRepresentation::GetEdgeScalarBarVisibility()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetVertexScalarBar(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetVertexScalarBar"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { vtkScalarBarWidget *tempr = (ap.IsBound() ? op->GetVertexScalarBar() : op->vtkRenderedGraphRepresentation::GetVertexScalarBar()); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_GetEdgeScalarBar(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "GetEdgeScalarBar"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { vtkScalarBarWidget *tempr = (ap.IsBound() ? op->GetEdgeScalarBar() : op->vtkRenderedGraphRepresentation::GetEdgeScalarBar()); if (!ap.ErrorOccurred()) { result = ap.BuildVTKObject(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_IsLayoutComplete(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "IsLayoutComplete"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { bool tempr = (ap.IsBound() ? op->IsLayoutComplete() : op->vtkRenderedGraphRepresentation::IsLayoutComplete()); if (!ap.ErrorOccurred()) { result = ap.BuildValue(tempr); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_UpdateLayout(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "UpdateLayout"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); PyObject *result = nullptr; if (op && ap.CheckArgCount(0)) { if (ap.IsBound()) { op->UpdateLayout(); } else { op->vtkRenderedGraphRepresentation::UpdateLayout(); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyObject * PyvtkRenderedGraphRepresentation_ComputeSelectedGraphBounds(PyObject *self, PyObject *args) { vtkPythonArgs ap(self, args, "ComputeSelectedGraphBounds"); vtkObjectBase *vp = ap.GetSelfPointer(self, args); vtkRenderedGraphRepresentation *op = static_cast(vp); const int size0 = 6; double temp0[6]; double save0[6]; PyObject *result = nullptr; if (op && ap.CheckArgCount(1) && ap.GetArray(temp0, size0)) { ap.SaveArray(temp0, save0, size0); if (ap.IsBound()) { op->ComputeSelectedGraphBounds(temp0); } else { op->vtkRenderedGraphRepresentation::ComputeSelectedGraphBounds(temp0); } if (ap.ArrayHasChanged(temp0, save0, size0) && !ap.ErrorOccurred()) { ap.SetArray(0, temp0, size0); } if (!ap.ErrorOccurred()) { result = ap.BuildNone(); } } return result; } static PyMethodDef PyvtkRenderedGraphRepresentation_Methods[] = { {"IsTypeOf", PyvtkRenderedGraphRepresentation_IsTypeOf, METH_VARARGS, "V.IsTypeOf(string) -> int\nC++: static vtkTypeBool IsTypeOf(const char *type)\n\nReturn 1 if this class type is the same type of (or a subclass\nof) the named class. Returns 0 otherwise. This method works in\ncombination with vtkTypeMacro found in vtkSetGet.h.\n"}, {"IsA", PyvtkRenderedGraphRepresentation_IsA, METH_VARARGS, "V.IsA(string) -> int\nC++: vtkTypeBool IsA(const char *type) override;\n\nReturn 1 if this class is the same type of (or a subclass of) the\nnamed class. Returns 0 otherwise. This method works in\ncombination with vtkTypeMacro found in vtkSetGet.h.\n"}, {"SafeDownCast", PyvtkRenderedGraphRepresentation_SafeDownCast, METH_VARARGS, "V.SafeDownCast(vtkObjectBase) -> vtkRenderedGraphRepresentation\nC++: static vtkRenderedGraphRepresentation *SafeDownCast(\n vtkObjectBase *o)\n\n"}, {"NewInstance", PyvtkRenderedGraphRepresentation_NewInstance, METH_VARARGS, "V.NewInstance() -> vtkRenderedGraphRepresentation\nC++: vtkRenderedGraphRepresentation *NewInstance()\n\n"}, {"SetVertexLabelArrayName", PyvtkRenderedGraphRepresentation_SetVertexLabelArrayName, METH_VARARGS, "V.SetVertexLabelArrayName(string)\nC++: virtual void SetVertexLabelArrayName(const char *name)\n\n"}, {"GetVertexLabelArrayName", PyvtkRenderedGraphRepresentation_GetVertexLabelArrayName, METH_VARARGS, "V.GetVertexLabelArrayName() -> string\nC++: virtual const char *GetVertexLabelArrayName()\n\n"}, {"SetVertexLabelPriorityArrayName", PyvtkRenderedGraphRepresentation_SetVertexLabelPriorityArrayName, METH_VARARGS, "V.SetVertexLabelPriorityArrayName(string)\nC++: virtual void SetVertexLabelPriorityArrayName(\n const char *name)\n\n"}, {"GetVertexLabelPriorityArrayName", PyvtkRenderedGraphRepresentation_GetVertexLabelPriorityArrayName, METH_VARARGS, "V.GetVertexLabelPriorityArrayName() -> string\nC++: virtual const char *GetVertexLabelPriorityArrayName()\n\n"}, {"SetVertexLabelVisibility", PyvtkRenderedGraphRepresentation_SetVertexLabelVisibility, METH_VARARGS, "V.SetVertexLabelVisibility(bool)\nC++: virtual void SetVertexLabelVisibility(bool b)\n\n"}, {"GetVertexLabelVisibility", PyvtkRenderedGraphRepresentation_GetVertexLabelVisibility, METH_VARARGS, "V.GetVertexLabelVisibility() -> bool\nC++: virtual bool GetVertexLabelVisibility()\n\n"}, {"VertexLabelVisibilityOn", PyvtkRenderedGraphRepresentation_VertexLabelVisibilityOn, METH_VARARGS, "V.VertexLabelVisibilityOn()\nC++: virtual void VertexLabelVisibilityOn()\n\n"}, {"VertexLabelVisibilityOff", PyvtkRenderedGraphRepresentation_VertexLabelVisibilityOff, METH_VARARGS, "V.VertexLabelVisibilityOff()\nC++: virtual void VertexLabelVisibilityOff()\n\n"}, {"SetVertexLabelTextProperty", PyvtkRenderedGraphRepresentation_SetVertexLabelTextProperty, METH_VARARGS, "V.SetVertexLabelTextProperty(vtkTextProperty)\nC++: virtual void SetVertexLabelTextProperty(vtkTextProperty *p)\n\n"}, {"GetVertexLabelTextProperty", PyvtkRenderedGraphRepresentation_GetVertexLabelTextProperty, METH_VARARGS, "V.GetVertexLabelTextProperty() -> vtkTextProperty\nC++: virtual vtkTextProperty *GetVertexLabelTextProperty()\n\n"}, {"SetVertexHoverArrayName", PyvtkRenderedGraphRepresentation_SetVertexHoverArrayName, METH_VARARGS, "V.SetVertexHoverArrayName(string)\nC++: virtual void SetVertexHoverArrayName(const char *_arg)\n\n"}, {"GetVertexHoverArrayName", PyvtkRenderedGraphRepresentation_GetVertexHoverArrayName, METH_VARARGS, "V.GetVertexHoverArrayName() -> string\nC++: virtual char *GetVertexHoverArrayName()\n\n"}, {"SetHideVertexLabelsOnInteraction", PyvtkRenderedGraphRepresentation_SetHideVertexLabelsOnInteraction, METH_VARARGS, "V.SetHideVertexLabelsOnInteraction(bool)\nC++: virtual void SetHideVertexLabelsOnInteraction(bool _arg)\n\nWhether to hide the display of vertex labels during mouse\ninteraction. Default is off.\n"}, {"GetHideVertexLabelsOnInteraction", PyvtkRenderedGraphRepresentation_GetHideVertexLabelsOnInteraction, METH_VARARGS, "V.GetHideVertexLabelsOnInteraction() -> bool\nC++: virtual bool GetHideVertexLabelsOnInteraction()\n\nWhether to hide the display of vertex labels during mouse\ninteraction. Default is off.\n"}, {"HideVertexLabelsOnInteractionOn", PyvtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOn, METH_VARARGS, "V.HideVertexLabelsOnInteractionOn()\nC++: virtual void HideVertexLabelsOnInteractionOn()\n\nWhether to hide the display of vertex labels during mouse\ninteraction. Default is off.\n"}, {"HideVertexLabelsOnInteractionOff", PyvtkRenderedGraphRepresentation_HideVertexLabelsOnInteractionOff, METH_VARARGS, "V.HideVertexLabelsOnInteractionOff()\nC++: virtual void HideVertexLabelsOnInteractionOff()\n\nWhether to hide the display of vertex labels during mouse\ninteraction. Default is off.\n"}, {"SetEdgeLabelArrayName", PyvtkRenderedGraphRepresentation_SetEdgeLabelArrayName, METH_VARARGS, "V.SetEdgeLabelArrayName(string)\nC++: virtual void SetEdgeLabelArrayName(const char *name)\n\n"}, {"GetEdgeLabelArrayName", PyvtkRenderedGraphRepresentation_GetEdgeLabelArrayName, METH_VARARGS, "V.GetEdgeLabelArrayName() -> string\nC++: virtual const char *GetEdgeLabelArrayName()\n\n"}, {"SetEdgeLabelPriorityArrayName", PyvtkRenderedGraphRepresentation_SetEdgeLabelPriorityArrayName, METH_VARARGS, "V.SetEdgeLabelPriorityArrayName(string)\nC++: virtual void SetEdgeLabelPriorityArrayName(const char *name)\n\n"}, {"GetEdgeLabelPriorityArrayName", PyvtkRenderedGraphRepresentation_GetEdgeLabelPriorityArrayName, METH_VARARGS, "V.GetEdgeLabelPriorityArrayName() -> string\nC++: virtual const char *GetEdgeLabelPriorityArrayName()\n\n"}, {"SetEdgeLabelVisibility", PyvtkRenderedGraphRepresentation_SetEdgeLabelVisibility, METH_VARARGS, "V.SetEdgeLabelVisibility(bool)\nC++: virtual void SetEdgeLabelVisibility(bool b)\n\n"}, {"GetEdgeLabelVisibility", PyvtkRenderedGraphRepresentation_GetEdgeLabelVisibility, METH_VARARGS, "V.GetEdgeLabelVisibility() -> bool\nC++: virtual bool GetEdgeLabelVisibility()\n\n"}, {"EdgeLabelVisibilityOn", PyvtkRenderedGraphRepresentation_EdgeLabelVisibilityOn, METH_VARARGS, "V.EdgeLabelVisibilityOn()\nC++: virtual void EdgeLabelVisibilityOn()\n\n"}, {"EdgeLabelVisibilityOff", PyvtkRenderedGraphRepresentation_EdgeLabelVisibilityOff, METH_VARARGS, "V.EdgeLabelVisibilityOff()\nC++: virtual void EdgeLabelVisibilityOff()\n\n"}, {"SetEdgeLabelTextProperty", PyvtkRenderedGraphRepresentation_SetEdgeLabelTextProperty, METH_VARARGS, "V.SetEdgeLabelTextProperty(vtkTextProperty)\nC++: virtual void SetEdgeLabelTextProperty(vtkTextProperty *p)\n\n"}, {"GetEdgeLabelTextProperty", PyvtkRenderedGraphRepresentation_GetEdgeLabelTextProperty, METH_VARARGS, "V.GetEdgeLabelTextProperty() -> vtkTextProperty\nC++: virtual vtkTextProperty *GetEdgeLabelTextProperty()\n\n"}, {"SetEdgeHoverArrayName", PyvtkRenderedGraphRepresentation_SetEdgeHoverArrayName, METH_VARARGS, "V.SetEdgeHoverArrayName(string)\nC++: virtual void SetEdgeHoverArrayName(const char *_arg)\n\n"}, {"GetEdgeHoverArrayName", PyvtkRenderedGraphRepresentation_GetEdgeHoverArrayName, METH_VARARGS, "V.GetEdgeHoverArrayName() -> string\nC++: virtual char *GetEdgeHoverArrayName()\n\n"}, {"SetHideEdgeLabelsOnInteraction", PyvtkRenderedGraphRepresentation_SetHideEdgeLabelsOnInteraction, METH_VARARGS, "V.SetHideEdgeLabelsOnInteraction(bool)\nC++: virtual void SetHideEdgeLabelsOnInteraction(bool _arg)\n\nWhether to hide the display of edge labels during mouse\ninteraction. Default is off.\n"}, {"GetHideEdgeLabelsOnInteraction", PyvtkRenderedGraphRepresentation_GetHideEdgeLabelsOnInteraction, METH_VARARGS, "V.GetHideEdgeLabelsOnInteraction() -> bool\nC++: virtual bool GetHideEdgeLabelsOnInteraction()\n\nWhether to hide the display of edge labels during mouse\ninteraction. Default is off.\n"}, {"HideEdgeLabelsOnInteractionOn", PyvtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOn, METH_VARARGS, "V.HideEdgeLabelsOnInteractionOn()\nC++: virtual void HideEdgeLabelsOnInteractionOn()\n\nWhether to hide the display of edge labels during mouse\ninteraction. Default is off.\n"}, {"HideEdgeLabelsOnInteractionOff", PyvtkRenderedGraphRepresentation_HideEdgeLabelsOnInteractionOff, METH_VARARGS, "V.HideEdgeLabelsOnInteractionOff()\nC++: virtual void HideEdgeLabelsOnInteractionOff()\n\nWhether to hide the display of edge labels during mouse\ninteraction. Default is off.\n"}, {"SetVertexIconArrayName", PyvtkRenderedGraphRepresentation_SetVertexIconArrayName, METH_VARARGS, "V.SetVertexIconArrayName(string)\nC++: virtual void SetVertexIconArrayName(const char *name)\n\n"}, {"GetVertexIconArrayName", PyvtkRenderedGraphRepresentation_GetVertexIconArrayName, METH_VARARGS, "V.GetVertexIconArrayName() -> string\nC++: virtual const char *GetVertexIconArrayName()\n\n"}, {"SetVertexIconPriorityArrayName", PyvtkRenderedGraphRepresentation_SetVertexIconPriorityArrayName, METH_VARARGS, "V.SetVertexIconPriorityArrayName(string)\nC++: virtual void SetVertexIconPriorityArrayName(const char *name)\n\n"}, {"GetVertexIconPriorityArrayName", PyvtkRenderedGraphRepresentation_GetVertexIconPriorityArrayName, METH_VARARGS, "V.GetVertexIconPriorityArrayName() -> string\nC++: virtual const char *GetVertexIconPriorityArrayName()\n\n"}, {"SetVertexIconVisibility", PyvtkRenderedGraphRepresentation_SetVertexIconVisibility, METH_VARARGS, "V.SetVertexIconVisibility(bool)\nC++: virtual void SetVertexIconVisibility(bool b)\n\n"}, {"GetVertexIconVisibility", PyvtkRenderedGraphRepresentation_GetVertexIconVisibility, METH_VARARGS, "V.GetVertexIconVisibility() -> bool\nC++: virtual bool GetVertexIconVisibility()\n\n"}, {"VertexIconVisibilityOn", PyvtkRenderedGraphRepresentation_VertexIconVisibilityOn, METH_VARARGS, "V.VertexIconVisibilityOn()\nC++: virtual void VertexIconVisibilityOn()\n\n"}, {"VertexIconVisibilityOff", PyvtkRenderedGraphRepresentation_VertexIconVisibilityOff, METH_VARARGS, "V.VertexIconVisibilityOff()\nC++: virtual void VertexIconVisibilityOff()\n\n"}, {"AddVertexIconType", PyvtkRenderedGraphRepresentation_AddVertexIconType, METH_VARARGS, "V.AddVertexIconType(string, int)\nC++: virtual void AddVertexIconType(const char *name, int type)\n\n"}, {"ClearVertexIconTypes", PyvtkRenderedGraphRepresentation_ClearVertexIconTypes, METH_VARARGS, "V.ClearVertexIconTypes()\nC++: virtual void ClearVertexIconTypes()\n\n"}, {"SetUseVertexIconTypeMap", PyvtkRenderedGraphRepresentation_SetUseVertexIconTypeMap, METH_VARARGS, "V.SetUseVertexIconTypeMap(bool)\nC++: virtual void SetUseVertexIconTypeMap(bool b)\n\n"}, {"GetUseVertexIconTypeMap", PyvtkRenderedGraphRepresentation_GetUseVertexIconTypeMap, METH_VARARGS, "V.GetUseVertexIconTypeMap() -> bool\nC++: virtual bool GetUseVertexIconTypeMap()\n\n"}, {"UseVertexIconTypeMapOn", PyvtkRenderedGraphRepresentation_UseVertexIconTypeMapOn, METH_VARARGS, "V.UseVertexIconTypeMapOn()\nC++: virtual void UseVertexIconTypeMapOn()\n\n"}, {"UseVertexIconTypeMapOff", PyvtkRenderedGraphRepresentation_UseVertexIconTypeMapOff, METH_VARARGS, "V.UseVertexIconTypeMapOff()\nC++: virtual void UseVertexIconTypeMapOff()\n\n"}, {"SetVertexIconAlignment", PyvtkRenderedGraphRepresentation_SetVertexIconAlignment, METH_VARARGS, "V.SetVertexIconAlignment(int)\nC++: virtual void SetVertexIconAlignment(int align)\n\n"}, {"GetVertexIconAlignment", PyvtkRenderedGraphRepresentation_GetVertexIconAlignment, METH_VARARGS, "V.GetVertexIconAlignment() -> int\nC++: virtual int GetVertexIconAlignment()\n\n"}, {"SetVertexSelectedIcon", PyvtkRenderedGraphRepresentation_SetVertexSelectedIcon, METH_VARARGS, "V.SetVertexSelectedIcon(int)\nC++: virtual void SetVertexSelectedIcon(int icon)\n\n"}, {"GetVertexSelectedIcon", PyvtkRenderedGraphRepresentation_GetVertexSelectedIcon, METH_VARARGS, "V.GetVertexSelectedIcon() -> int\nC++: virtual int GetVertexSelectedIcon()\n\n"}, {"SetVertexDefaultIcon", PyvtkRenderedGraphRepresentation_SetVertexDefaultIcon, METH_VARARGS, "V.SetVertexDefaultIcon(int)\nC++: virtual void SetVertexDefaultIcon(int icon)\n\n"}, {"GetVertexDefaultIcon", PyvtkRenderedGraphRepresentation_GetVertexDefaultIcon, METH_VARARGS, "V.GetVertexDefaultIcon() -> int\nC++: virtual int GetVertexDefaultIcon()\n\n"}, {"SetVertexIconSelectionMode", PyvtkRenderedGraphRepresentation_SetVertexIconSelectionMode, METH_VARARGS, "V.SetVertexIconSelectionMode(int)\nC++: virtual void SetVertexIconSelectionMode(int mode)\n\nSet the mode to one of vtkApplyIcons::SELECTED_ICON - use\nVertexSelectedIcon vtkApplyIcons::SELECTED_OFFSET - use\nVertexSelectedIcon as offset vtkApplyIcons::ANNOTATION_ICON - use\ncurrent annotation icon vtkApplyIcons::IGNORE_SELECTION - ignore\nselected elements The default is IGNORE_SELECTION.\n"}, {"GetVertexIconSelectionMode", PyvtkRenderedGraphRepresentation_GetVertexIconSelectionMode, METH_VARARGS, "V.GetVertexIconSelectionMode() -> int\nC++: virtual int GetVertexIconSelectionMode()\n\nSet the mode to one of vtkApplyIcons::SELECTED_ICON - use\nVertexSelectedIcon vtkApplyIcons::SELECTED_OFFSET - use\nVertexSelectedIcon as offset vtkApplyIcons::ANNOTATION_ICON - use\ncurrent annotation icon vtkApplyIcons::IGNORE_SELECTION - ignore\nselected elements The default is IGNORE_SELECTION.\n"}, {"SetVertexIconSelectionModeToSelectedIcon", PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedIcon, METH_VARARGS, "V.SetVertexIconSelectionModeToSelectedIcon()\nC++: virtual void SetVertexIconSelectionModeToSelectedIcon()\n\nSet the mode to one of vtkApplyIcons::SELECTED_ICON - use\nVertexSelectedIcon vtkApplyIcons::SELECTED_OFFSET - use\nVertexSelectedIcon as offset vtkApplyIcons::ANNOTATION_ICON - use\ncurrent annotation icon vtkApplyIcons::IGNORE_SELECTION - ignore\nselected elements The default is IGNORE_SELECTION.\n"}, {"SetVertexIconSelectionModeToSelectedOffset", PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToSelectedOffset, METH_VARARGS, "V.SetVertexIconSelectionModeToSelectedOffset()\nC++: virtual void SetVertexIconSelectionModeToSelectedOffset()\n\nSet the mode to one of vtkApplyIcons::SELECTED_ICON - use\nVertexSelectedIcon vtkApplyIcons::SELECTED_OFFSET - use\nVertexSelectedIcon as offset vtkApplyIcons::ANNOTATION_ICON - use\ncurrent annotation icon vtkApplyIcons::IGNORE_SELECTION - ignore\nselected elements The default is IGNORE_SELECTION.\n"}, {"SetVertexIconSelectionModeToAnnotationIcon", PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToAnnotationIcon, METH_VARARGS, "V.SetVertexIconSelectionModeToAnnotationIcon()\nC++: virtual void SetVertexIconSelectionModeToAnnotationIcon()\n\nSet the mode to one of vtkApplyIcons::SELECTED_ICON - use\nVertexSelectedIcon vtkApplyIcons::SELECTED_OFFSET - use\nVertexSelectedIcon as offset vtkApplyIcons::ANNOTATION_ICON - use\ncurrent annotation icon vtkApplyIcons::IGNORE_SELECTION - ignore\nselected elements The default is IGNORE_SELECTION.\n"}, {"SetVertexIconSelectionModeToIgnoreSelection", PyvtkRenderedGraphRepresentation_SetVertexIconSelectionModeToIgnoreSelection, METH_VARARGS, "V.SetVertexIconSelectionModeToIgnoreSelection()\nC++: virtual void SetVertexIconSelectionModeToIgnoreSelection()\n\nSet the mode to one of vtkApplyIcons::SELECTED_ICON - use\nVertexSelectedIcon vtkApplyIcons::SELECTED_OFFSET - use\nVertexSelectedIcon as offset vtkApplyIcons::ANNOTATION_ICON - use\ncurrent annotation icon vtkApplyIcons::IGNORE_SELECTION - ignore\nselected elements The default is IGNORE_SELECTION.\n"}, {"SetEdgeIconArrayName", PyvtkRenderedGraphRepresentation_SetEdgeIconArrayName, METH_VARARGS, "V.SetEdgeIconArrayName(string)\nC++: virtual void SetEdgeIconArrayName(const char *name)\n\n"}, {"GetEdgeIconArrayName", PyvtkRenderedGraphRepresentation_GetEdgeIconArrayName, METH_VARARGS, "V.GetEdgeIconArrayName() -> string\nC++: virtual const char *GetEdgeIconArrayName()\n\n"}, {"SetEdgeIconPriorityArrayName", PyvtkRenderedGraphRepresentation_SetEdgeIconPriorityArrayName, METH_VARARGS, "V.SetEdgeIconPriorityArrayName(string)\nC++: virtual void SetEdgeIconPriorityArrayName(const char *name)\n\n"}, {"GetEdgeIconPriorityArrayName", PyvtkRenderedGraphRepresentation_GetEdgeIconPriorityArrayName, METH_VARARGS, "V.GetEdgeIconPriorityArrayName() -> string\nC++: virtual const char *GetEdgeIconPriorityArrayName()\n\n"}, {"SetEdgeIconVisibility", PyvtkRenderedGraphRepresentation_SetEdgeIconVisibility, METH_VARARGS, "V.SetEdgeIconVisibility(bool)\nC++: virtual void SetEdgeIconVisibility(bool b)\n\n"}, {"GetEdgeIconVisibility", PyvtkRenderedGraphRepresentation_GetEdgeIconVisibility, METH_VARARGS, "V.GetEdgeIconVisibility() -> bool\nC++: virtual bool GetEdgeIconVisibility()\n\n"}, {"EdgeIconVisibilityOn", PyvtkRenderedGraphRepresentation_EdgeIconVisibilityOn, METH_VARARGS, "V.EdgeIconVisibilityOn()\nC++: virtual void EdgeIconVisibilityOn()\n\n"}, {"EdgeIconVisibilityOff", PyvtkRenderedGraphRepresentation_EdgeIconVisibilityOff, METH_VARARGS, "V.EdgeIconVisibilityOff()\nC++: virtual void EdgeIconVisibilityOff()\n\n"}, {"AddEdgeIconType", PyvtkRenderedGraphRepresentation_AddEdgeIconType, METH_VARARGS, "V.AddEdgeIconType(string, int)\nC++: virtual void AddEdgeIconType(const char *name, int type)\n\n"}, {"ClearEdgeIconTypes", PyvtkRenderedGraphRepresentation_ClearEdgeIconTypes, METH_VARARGS, "V.ClearEdgeIconTypes()\nC++: virtual void ClearEdgeIconTypes()\n\n"}, {"SetUseEdgeIconTypeMap", PyvtkRenderedGraphRepresentation_SetUseEdgeIconTypeMap, METH_VARARGS, "V.SetUseEdgeIconTypeMap(bool)\nC++: virtual void SetUseEdgeIconTypeMap(bool b)\n\n"}, {"GetUseEdgeIconTypeMap", PyvtkRenderedGraphRepresentation_GetUseEdgeIconTypeMap, METH_VARARGS, "V.GetUseEdgeIconTypeMap() -> bool\nC++: virtual bool GetUseEdgeIconTypeMap()\n\n"}, {"UseEdgeIconTypeMapOn", PyvtkRenderedGraphRepresentation_UseEdgeIconTypeMapOn, METH_VARARGS, "V.UseEdgeIconTypeMapOn()\nC++: virtual void UseEdgeIconTypeMapOn()\n\n"}, {"UseEdgeIconTypeMapOff", PyvtkRenderedGraphRepresentation_UseEdgeIconTypeMapOff, METH_VARARGS, "V.UseEdgeIconTypeMapOff()\nC++: virtual void UseEdgeIconTypeMapOff()\n\n"}, {"SetEdgeIconAlignment", PyvtkRenderedGraphRepresentation_SetEdgeIconAlignment, METH_VARARGS, "V.SetEdgeIconAlignment(int)\nC++: virtual void SetEdgeIconAlignment(int align)\n\n"}, {"GetEdgeIconAlignment", PyvtkRenderedGraphRepresentation_GetEdgeIconAlignment, METH_VARARGS, "V.GetEdgeIconAlignment() -> int\nC++: virtual int GetEdgeIconAlignment()\n\n"}, {"SetColorVerticesByArray", PyvtkRenderedGraphRepresentation_SetColorVerticesByArray, METH_VARARGS, "V.SetColorVerticesByArray(bool)\nC++: virtual void SetColorVerticesByArray(bool b)\n\n"}, {"GetColorVerticesByArray", PyvtkRenderedGraphRepresentation_GetColorVerticesByArray, METH_VARARGS, "V.GetColorVerticesByArray() -> bool\nC++: virtual bool GetColorVerticesByArray()\n\n"}, {"ColorVerticesByArrayOn", PyvtkRenderedGraphRepresentation_ColorVerticesByArrayOn, METH_VARARGS, "V.ColorVerticesByArrayOn()\nC++: virtual void ColorVerticesByArrayOn()\n\n"}, {"ColorVerticesByArrayOff", PyvtkRenderedGraphRepresentation_ColorVerticesByArrayOff, METH_VARARGS, "V.ColorVerticesByArrayOff()\nC++: virtual void ColorVerticesByArrayOff()\n\n"}, {"SetVertexColorArrayName", PyvtkRenderedGraphRepresentation_SetVertexColorArrayName, METH_VARARGS, "V.SetVertexColorArrayName(string)\nC++: virtual void SetVertexColorArrayName(const char *name)\n\n"}, {"GetVertexColorArrayName", PyvtkRenderedGraphRepresentation_GetVertexColorArrayName, METH_VARARGS, "V.GetVertexColorArrayName() -> string\nC++: virtual const char *GetVertexColorArrayName()\n\n"}, {"SetColorEdgesByArray", PyvtkRenderedGraphRepresentation_SetColorEdgesByArray, METH_VARARGS, "V.SetColorEdgesByArray(bool)\nC++: virtual void SetColorEdgesByArray(bool b)\n\n"}, {"GetColorEdgesByArray", PyvtkRenderedGraphRepresentation_GetColorEdgesByArray, METH_VARARGS, "V.GetColorEdgesByArray() -> bool\nC++: virtual bool GetColorEdgesByArray()\n\n"}, {"ColorEdgesByArrayOn", PyvtkRenderedGraphRepresentation_ColorEdgesByArrayOn, METH_VARARGS, "V.ColorEdgesByArrayOn()\nC++: virtual void ColorEdgesByArrayOn()\n\n"}, {"ColorEdgesByArrayOff", PyvtkRenderedGraphRepresentation_ColorEdgesByArrayOff, METH_VARARGS, "V.ColorEdgesByArrayOff()\nC++: virtual void ColorEdgesByArrayOff()\n\n"}, {"SetEdgeColorArrayName", PyvtkRenderedGraphRepresentation_SetEdgeColorArrayName, METH_VARARGS, "V.SetEdgeColorArrayName(string)\nC++: virtual void SetEdgeColorArrayName(const char *name)\n\n"}, {"GetEdgeColorArrayName", PyvtkRenderedGraphRepresentation_GetEdgeColorArrayName, METH_VARARGS, "V.GetEdgeColorArrayName() -> string\nC++: virtual const char *GetEdgeColorArrayName()\n\n"}, {"SetEnableVerticesByArray", PyvtkRenderedGraphRepresentation_SetEnableVerticesByArray, METH_VARARGS, "V.SetEnableVerticesByArray(bool)\nC++: virtual void SetEnableVerticesByArray(bool b)\n\n"}, {"GetEnableVerticesByArray", PyvtkRenderedGraphRepresentation_GetEnableVerticesByArray, METH_VARARGS, "V.GetEnableVerticesByArray() -> bool\nC++: virtual bool GetEnableVerticesByArray()\n\n"}, {"EnableVerticesByArrayOn", PyvtkRenderedGraphRepresentation_EnableVerticesByArrayOn, METH_VARARGS, "V.EnableVerticesByArrayOn()\nC++: virtual void EnableVerticesByArrayOn()\n\n"}, {"EnableVerticesByArrayOff", PyvtkRenderedGraphRepresentation_EnableVerticesByArrayOff, METH_VARARGS, "V.EnableVerticesByArrayOff()\nC++: virtual void EnableVerticesByArrayOff()\n\n"}, {"SetEnabledVerticesArrayName", PyvtkRenderedGraphRepresentation_SetEnabledVerticesArrayName, METH_VARARGS, "V.SetEnabledVerticesArrayName(string)\nC++: virtual void SetEnabledVerticesArrayName(const char *name)\n\n"}, {"GetEnabledVerticesArrayName", PyvtkRenderedGraphRepresentation_GetEnabledVerticesArrayName, METH_VARARGS, "V.GetEnabledVerticesArrayName() -> string\nC++: virtual const char *GetEnabledVerticesArrayName()\n\n"}, {"SetEnableEdgesByArray", PyvtkRenderedGraphRepresentation_SetEnableEdgesByArray, METH_VARARGS, "V.SetEnableEdgesByArray(bool)\nC++: virtual void SetEnableEdgesByArray(bool b)\n\n"}, {"GetEnableEdgesByArray", PyvtkRenderedGraphRepresentation_GetEnableEdgesByArray, METH_VARARGS, "V.GetEnableEdgesByArray() -> bool\nC++: virtual bool GetEnableEdgesByArray()\n\n"}, {"EnableEdgesByArrayOn", PyvtkRenderedGraphRepresentation_EnableEdgesByArrayOn, METH_VARARGS, "V.EnableEdgesByArrayOn()\nC++: virtual void EnableEdgesByArrayOn()\n\n"}, {"EnableEdgesByArrayOff", PyvtkRenderedGraphRepresentation_EnableEdgesByArrayOff, METH_VARARGS, "V.EnableEdgesByArrayOff()\nC++: virtual void EnableEdgesByArrayOff()\n\n"}, {"SetEnabledEdgesArrayName", PyvtkRenderedGraphRepresentation_SetEnabledEdgesArrayName, METH_VARARGS, "V.SetEnabledEdgesArrayName(string)\nC++: virtual void SetEnabledEdgesArrayName(const char *name)\n\n"}, {"GetEnabledEdgesArrayName", PyvtkRenderedGraphRepresentation_GetEnabledEdgesArrayName, METH_VARARGS, "V.GetEnabledEdgesArrayName() -> string\nC++: virtual const char *GetEnabledEdgesArrayName()\n\n"}, {"SetEdgeVisibility", PyvtkRenderedGraphRepresentation_SetEdgeVisibility, METH_VARARGS, "V.SetEdgeVisibility(bool)\nC++: virtual void SetEdgeVisibility(bool b)\n\n"}, {"GetEdgeVisibility", PyvtkRenderedGraphRepresentation_GetEdgeVisibility, METH_VARARGS, "V.GetEdgeVisibility() -> bool\nC++: virtual bool GetEdgeVisibility()\n\n"}, {"EdgeVisibilityOn", PyvtkRenderedGraphRepresentation_EdgeVisibilityOn, METH_VARARGS, "V.EdgeVisibilityOn()\nC++: virtual void EdgeVisibilityOn()\n\n"}, {"EdgeVisibilityOff", PyvtkRenderedGraphRepresentation_EdgeVisibilityOff, METH_VARARGS, "V.EdgeVisibilityOff()\nC++: virtual void EdgeVisibilityOff()\n\n"}, {"SetEdgeSelection", PyvtkRenderedGraphRepresentation_SetEdgeSelection, METH_VARARGS, "V.SetEdgeSelection(bool)\nC++: void SetEdgeSelection(bool b)\n\n"}, {"GetEdgeSelection", PyvtkRenderedGraphRepresentation_GetEdgeSelection, METH_VARARGS, "V.GetEdgeSelection() -> bool\nC++: bool GetEdgeSelection()\n\n"}, {"SetLayoutStrategy", PyvtkRenderedGraphRepresentation_SetLayoutStrategy, METH_VARARGS, "V.SetLayoutStrategy(vtkGraphLayoutStrategy)\nC++: virtual void SetLayoutStrategy(\n vtkGraphLayoutStrategy *strategy)\nV.SetLayoutStrategy(string)\nC++: virtual void SetLayoutStrategy(const char *name)\n\nSet/get the graph layout strategy.\n"}, {"GetLayoutStrategy", PyvtkRenderedGraphRepresentation_GetLayoutStrategy, METH_VARARGS, "V.GetLayoutStrategy() -> vtkGraphLayoutStrategy\nC++: virtual vtkGraphLayoutStrategy *GetLayoutStrategy()\n\nSet/get the graph layout strategy.\n"}, {"GetLayoutStrategyName", PyvtkRenderedGraphRepresentation_GetLayoutStrategyName, METH_VARARGS, "V.GetLayoutStrategyName() -> string\nC++: virtual char *GetLayoutStrategyName()\n\nGet/set the layout strategy by name.\n"}, {"SetLayoutStrategyToRandom", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToRandom, METH_VARARGS, "V.SetLayoutStrategyToRandom()\nC++: void SetLayoutStrategyToRandom()\n\nSet predefined layout strategies.\n"}, {"SetLayoutStrategyToForceDirected", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToForceDirected, METH_VARARGS, "V.SetLayoutStrategyToForceDirected()\nC++: void SetLayoutStrategyToForceDirected()\n\n"}, {"SetLayoutStrategyToSimple2D", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToSimple2D, METH_VARARGS, "V.SetLayoutStrategyToSimple2D()\nC++: void SetLayoutStrategyToSimple2D()\n\n"}, {"SetLayoutStrategyToClustering2D", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToClustering2D, METH_VARARGS, "V.SetLayoutStrategyToClustering2D()\nC++: void SetLayoutStrategyToClustering2D()\n\n"}, {"SetLayoutStrategyToCommunity2D", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCommunity2D, METH_VARARGS, "V.SetLayoutStrategyToCommunity2D()\nC++: void SetLayoutStrategyToCommunity2D()\n\n"}, {"SetLayoutStrategyToFast2D", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToFast2D, METH_VARARGS, "V.SetLayoutStrategyToFast2D()\nC++: void SetLayoutStrategyToFast2D()\n\n"}, {"SetLayoutStrategyToPassThrough", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToPassThrough, METH_VARARGS, "V.SetLayoutStrategyToPassThrough()\nC++: void SetLayoutStrategyToPassThrough()\n\n"}, {"SetLayoutStrategyToCircular", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCircular, METH_VARARGS, "V.SetLayoutStrategyToCircular()\nC++: void SetLayoutStrategyToCircular()\n\n"}, {"SetLayoutStrategyToTree", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToTree, METH_VARARGS, "V.SetLayoutStrategyToTree()\nC++: void SetLayoutStrategyToTree()\nV.SetLayoutStrategyToTree(bool, float, float, float)\nC++: virtual void SetLayoutStrategyToTree(bool radial,\n double angle=90, double leafSpacing=0.9,\n double logSpacing=1.0)\n\n"}, {"SetLayoutStrategyToCosmicTree", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCosmicTree, METH_VARARGS, "V.SetLayoutStrategyToCosmicTree()\nC++: void SetLayoutStrategyToCosmicTree()\nV.SetLayoutStrategyToCosmicTree(string, bool, int, int)\nC++: virtual void SetLayoutStrategyToCosmicTree(\n const char *nodeSizeArrayName, bool sizeLeafNodesOnly=true,\n int layoutDepth=0, vtkIdType layoutRoot=-1)\n\n"}, {"SetLayoutStrategyToCone", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToCone, METH_VARARGS, "V.SetLayoutStrategyToCone()\nC++: void SetLayoutStrategyToCone()\n\n"}, {"SetLayoutStrategyToSpanTree", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToSpanTree, METH_VARARGS, "V.SetLayoutStrategyToSpanTree()\nC++: void SetLayoutStrategyToSpanTree()\n\n"}, {"SetLayoutStrategyToAssignCoordinates", PyvtkRenderedGraphRepresentation_SetLayoutStrategyToAssignCoordinates, METH_VARARGS, "V.SetLayoutStrategyToAssignCoordinates(string, string, string)\nC++: virtual void SetLayoutStrategyToAssignCoordinates(\n const char *xarr, const char *yarr=nullptr,\n const char *zarr=nullptr)\n\nSet the layout strategy to use coordinates from arrays. The x\narray must be specified. The y and z arrays are optional.\n"}, {"SetEdgeLayoutStrategy", PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategy, METH_VARARGS, "V.SetEdgeLayoutStrategy(vtkEdgeLayoutStrategy)\nC++: virtual void SetEdgeLayoutStrategy(\n vtkEdgeLayoutStrategy *strategy)\nV.SetEdgeLayoutStrategy(string)\nC++: virtual void SetEdgeLayoutStrategy(const char *name)\n\nSet/get the graph layout strategy.\n"}, {"GetEdgeLayoutStrategy", PyvtkRenderedGraphRepresentation_GetEdgeLayoutStrategy, METH_VARARGS, "V.GetEdgeLayoutStrategy() -> vtkEdgeLayoutStrategy\nC++: virtual vtkEdgeLayoutStrategy *GetEdgeLayoutStrategy()\n\nSet/get the graph layout strategy.\n"}, {"SetEdgeLayoutStrategyToArcParallel", PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToArcParallel, METH_VARARGS, "V.SetEdgeLayoutStrategyToArcParallel()\nC++: void SetEdgeLayoutStrategyToArcParallel()\n\nSet/get the graph layout strategy.\n"}, {"SetEdgeLayoutStrategyToPassThrough", PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToPassThrough, METH_VARARGS, "V.SetEdgeLayoutStrategyToPassThrough()\nC++: void SetEdgeLayoutStrategyToPassThrough()\n\nSet/get the graph layout strategy.\n"}, {"SetEdgeLayoutStrategyToGeo", PyvtkRenderedGraphRepresentation_SetEdgeLayoutStrategyToGeo, METH_VARARGS, "V.SetEdgeLayoutStrategyToGeo(float)\nC++: virtual void SetEdgeLayoutStrategyToGeo(\n double explodeFactor=0.2)\n\nSet the edge layout strategy to a geospatial arced strategy\nappropriate for vtkGeoView.\n"}, {"GetEdgeLayoutStrategyName", PyvtkRenderedGraphRepresentation_GetEdgeLayoutStrategyName, METH_VARARGS, "V.GetEdgeLayoutStrategyName() -> string\nC++: virtual char *GetEdgeLayoutStrategyName()\n\nSet the edge layout strategy by name.\n"}, {"ApplyViewTheme", PyvtkRenderedGraphRepresentation_ApplyViewTheme, METH_VARARGS, "V.ApplyViewTheme(vtkViewTheme)\nC++: void ApplyViewTheme(vtkViewTheme *theme) override;\n\nApply a theme to this representation.\n"}, {"SetGlyphType", PyvtkRenderedGraphRepresentation_SetGlyphType, METH_VARARGS, "V.SetGlyphType(int)\nC++: virtual void SetGlyphType(int type)\n\nSet the graph vertex glyph type.\n"}, {"GetGlyphType", PyvtkRenderedGraphRepresentation_GetGlyphType, METH_VARARGS, "V.GetGlyphType() -> int\nC++: virtual int GetGlyphType()\n\nSet the graph vertex glyph type.\n"}, {"SetScaling", PyvtkRenderedGraphRepresentation_SetScaling, METH_VARARGS, "V.SetScaling(bool)\nC++: virtual void SetScaling(bool b)\n\nSet whether to scale vertex glyphs.\n"}, {"GetScaling", PyvtkRenderedGraphRepresentation_GetScaling, METH_VARARGS, "V.GetScaling() -> bool\nC++: virtual bool GetScaling()\n\nSet whether to scale vertex glyphs.\n"}, {"ScalingOn", PyvtkRenderedGraphRepresentation_ScalingOn, METH_VARARGS, "V.ScalingOn()\nC++: virtual void ScalingOn()\n\nSet whether to scale vertex glyphs.\n"}, {"ScalingOff", PyvtkRenderedGraphRepresentation_ScalingOff, METH_VARARGS, "V.ScalingOff()\nC++: virtual void ScalingOff()\n\nSet whether to scale vertex glyphs.\n"}, {"SetScalingArrayName", PyvtkRenderedGraphRepresentation_SetScalingArrayName, METH_VARARGS, "V.SetScalingArrayName(string)\nC++: virtual void SetScalingArrayName(const char *name)\n\nSet the glyph scaling array name.\n"}, {"GetScalingArrayName", PyvtkRenderedGraphRepresentation_GetScalingArrayName, METH_VARARGS, "V.GetScalingArrayName() -> string\nC++: virtual const char *GetScalingArrayName()\n\nSet the glyph scaling array name.\n"}, {"SetVertexScalarBarVisibility", PyvtkRenderedGraphRepresentation_SetVertexScalarBarVisibility, METH_VARARGS, "V.SetVertexScalarBarVisibility(bool)\nC++: virtual void SetVertexScalarBarVisibility(bool b)\n\nVertex/edge scalar bar visibility.\n"}, {"GetVertexScalarBarVisibility", PyvtkRenderedGraphRepresentation_GetVertexScalarBarVisibility, METH_VARARGS, "V.GetVertexScalarBarVisibility() -> bool\nC++: virtual bool GetVertexScalarBarVisibility()\n\nVertex/edge scalar bar visibility.\n"}, {"SetEdgeScalarBarVisibility", PyvtkRenderedGraphRepresentation_SetEdgeScalarBarVisibility, METH_VARARGS, "V.SetEdgeScalarBarVisibility(bool)\nC++: virtual void SetEdgeScalarBarVisibility(bool b)\n\nVertex/edge scalar bar visibility.\n"}, {"GetEdgeScalarBarVisibility", PyvtkRenderedGraphRepresentation_GetEdgeScalarBarVisibility, METH_VARARGS, "V.GetEdgeScalarBarVisibility() -> bool\nC++: virtual bool GetEdgeScalarBarVisibility()\n\nVertex/edge scalar bar visibility.\n"}, {"GetVertexScalarBar", PyvtkRenderedGraphRepresentation_GetVertexScalarBar, METH_VARARGS, "V.GetVertexScalarBar() -> vtkScalarBarWidget\nC++: virtual vtkScalarBarWidget *GetVertexScalarBar()\n\nObtain the scalar bar widget used to draw a legend for the\nvertices/edges.\n"}, {"GetEdgeScalarBar", PyvtkRenderedGraphRepresentation_GetEdgeScalarBar, METH_VARARGS, "V.GetEdgeScalarBar() -> vtkScalarBarWidget\nC++: virtual vtkScalarBarWidget *GetEdgeScalarBar()\n\nObtain the scalar bar widget used to draw a legend for the\nvertices/edges.\n"}, {"IsLayoutComplete", PyvtkRenderedGraphRepresentation_IsLayoutComplete, METH_VARARGS, "V.IsLayoutComplete() -> bool\nC++: virtual bool IsLayoutComplete()\n\nWhether the current graph layout is complete.\n"}, {"UpdateLayout", PyvtkRenderedGraphRepresentation_UpdateLayout, METH_VARARGS, "V.UpdateLayout()\nC++: virtual void UpdateLayout()\n\nPerforms another iteration on the graph layout.\n"}, {"ComputeSelectedGraphBounds", PyvtkRenderedGraphRepresentation_ComputeSelectedGraphBounds, METH_VARARGS, "V.ComputeSelectedGraphBounds([float, float, float, float, float,\n float])\nC++: void ComputeSelectedGraphBounds(double bounds[6])\n\nCompute the bounding box of the selected subgraph.\n"}, {nullptr, nullptr, 0, nullptr} }; static PyTypeObject PyvtkRenderedGraphRepresentation_Type = { PyVarObject_HEAD_INIT(&PyType_Type, 0) "vtkViewsInfovisPython.vtkRenderedGraphRepresentation", // tp_name sizeof(PyVTKObject), // tp_basicsize 0, // tp_itemsize PyVTKObject_Delete, // tp_dealloc 0, // tp_print nullptr, // tp_getattr nullptr, // tp_setattr nullptr, // tp_compare PyVTKObject_Repr, // tp_repr nullptr, // tp_as_number nullptr, // tp_as_sequence nullptr, // tp_as_mapping nullptr, // tp_hash nullptr, // tp_call PyVTKObject_String, // tp_str PyObject_GenericGetAttr, // tp_getattro PyObject_GenericSetAttr, // tp_setattro &PyVTKObject_AsBuffer, // tp_as_buffer Py_TPFLAGS_DEFAULT|Py_TPFLAGS_HAVE_GC|Py_TPFLAGS_BASETYPE, // tp_flags PyvtkRenderedGraphRepresentation_Doc, // tp_doc PyVTKObject_Traverse, // tp_traverse nullptr, // tp_clear nullptr, // tp_richcompare offsetof(PyVTKObject, vtk_weakreflist), // tp_weaklistoffset nullptr, // tp_iter nullptr, // tp_iternext nullptr, // tp_methods nullptr, // tp_members PyVTKObject_GetSet, // tp_getset nullptr, // tp_base nullptr, // tp_dict nullptr, // tp_descr_get nullptr, // tp_descr_set offsetof(PyVTKObject, vtk_dict), // tp_dictoffset nullptr, // tp_init nullptr, // tp_alloc PyVTKObject_New, // tp_new PyObject_GC_Del, // tp_free nullptr, // tp_is_gc nullptr, // tp_bases nullptr, // tp_mro nullptr, // tp_cache nullptr, // tp_subclasses nullptr, // tp_weaklist VTK_WRAP_PYTHON_SUPPRESS_UNINITIALIZED }; static vtkObjectBase *PyvtkRenderedGraphRepresentation_StaticNew() { return vtkRenderedGraphRepresentation::New(); } PyObject *PyvtkRenderedGraphRepresentation_ClassNew() { PyVTKClass_Add( &PyvtkRenderedGraphRepresentation_Type, PyvtkRenderedGraphRepresentation_Methods, "vtkRenderedGraphRepresentation", &PyvtkRenderedGraphRepresentation_StaticNew); PyTypeObject *pytype = &PyvtkRenderedGraphRepresentation_Type; if ((pytype->tp_flags & Py_TPFLAGS_READY) != 0) { return (PyObject *)pytype; } #if !defined(VTK_PY3K) && PY_VERSION_HEX >= 0x02060000 pytype->tp_flags |= Py_TPFLAGS_HAVE_NEWBUFFER; #endif pytype->tp_base = (PyTypeObject *)PyvtkRenderedRepresentation_ClassNew(); PyType_Ready(pytype); return (PyObject *)pytype; } void PyVTKAddFile_vtkRenderedGraphRepresentation( PyObject *dict) { PyObject *o; o = PyvtkRenderedGraphRepresentation_ClassNew(); if (o && PyDict_SetItemString(dict, "vtkRenderedGraphRepresentation", o) != 0) { Py_DECREF(o); } }