Studio/Visualization/ParticleColors.h
Namespaces
| Name |
|---|
| shapeworks User usage reporting (telemetry) |
Classes
| Name | |
|---|---|
| class | shapeworks::ParticleColors Supplies particle colors. |
Source code
```cpp
pragma once
include
include
namespace shapeworks {
class ParticleColors : public QObject { Q_OBJECT;
public: enum ParticleColorsType { Distinct = 0, Original = 1 }; Q_ENUM(ParticleColorsType);
static vtkSmartPointer
} // namespace shapeworks ```
Updated on 2026-03-31 at 16:02:11 +0000