Home
last modified time | relevance | path

Searched refs:GetAxisLabel (Results 1 – 9 of 9) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkSpiderPlotActor.h143 const char* GetAxisLabel(int i);
H A DvtkSpiderPlotActor.cxx640 if ( (str=this->GetAxisLabel(i)) != NULL ) in PlaceAxes()
856 const char* vtkSpiderPlotActor::GetAxisLabel(int i) in GetAxisLabel() function in vtkSpiderPlotActor
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkSpiderPlotActor.h172 const char* GetAxisLabel(int i);
H A DvtkSpiderPlotActor.cxx641 if ((str = this->GetAxisLabel(i)) != nullptr) in PlaceAxes()
851 const char* vtkSpiderPlotActor::GetAxisLabel(int i) in GetAxisLabel() function in vtkSpiderPlotActor
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkSpiderPlotActor.h175 const char* GetAxisLabel(int i);
H A DvtkSpiderPlotActor.cxx640 if ( (str=this->GetAxisLabel(i)) != nullptr ) in PlaceAxes()
855 const char* vtkSpiderPlotActor::GetAxisLabel(int i) in GetAxisLabel() function in vtkSpiderPlotActor
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dskyaxis.c243 static const char *GetAxisLabel( AstAxis *, int * );
2753 static const char *GetAxisLabel( AstAxis *this_axis, int *status ) { in GetAxisLabel() function
3108 parent_getaxislabel = axis->GetAxisLabel; in astInitSkyAxisVtab_()
3109 axis->GetAxisLabel = GetAxisLabel; in astInitSkyAxisVtab_()
H A Daxis.c199 static const char *GetAxisLabel( AstAxis *, int * );
1784 vtab->GetAxisLabel = GetAxisLabel; in astInitAxisVtab_()
2687 sval = set ? GetAxisLabel( this, status ) : astGetAxisLabel( this ); in Dump()
H A Daxis.h310 const char *(* GetAxisLabel)( AstAxis *, int * ); member