Studio/Visualization/ParticleColors.h
Namespaces
| Name | 
|---|
| shapeworks  User usage reporting (telemetry)  | 
Classes
| Name | |
|---|---|
| class | shapeworks::ParticleColors  Supplies particle colors.  | 
Source code
#pragma once
#include <vtkLookupTable.h>
#include <QObject>
namespace shapeworks {
class ParticleColors : public QObject {
  Q_OBJECT;
 public:
  enum ParticleColorsType { Distinct = 0, Original = 1 };
  Q_ENUM(ParticleColorsType);
  static vtkSmartPointer<vtkLookupTable> construct_distinct();
};
}  // namespace shapeworks
Updated on 2024-03-17 at 12:58:44 -0600