------------------------------------------------------------------------------
| 117 | |
| 118 | //------------------------------------------------------------------------------ |
| 119 | void vtkAxisActor::SetLabelFormat(const char* formatArg) |
| 120 | { |
| 121 | std::string format = formatArg ? vtk::to_std_format(formatArg) : ""; |
| 122 | const char* formatStr = format.c_str(); |
| 123 | vtkSetStringBodyMacro(LabelFormat, formatStr); |
| 124 | } |
| 125 | |
| 126 | //------------------------------------------------------------------------------ |
| 127 | void vtkAxisActor::ReleaseGraphicsResources(vtkWindow* win) |