fix: restore ULIB_ACTIVATE_DISPLAY_PROPERTIES to vtkVoxImage constructor
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ src/Python/uLib/.nfs*
|
||||
test_props.xml
|
||||
test_props2.xml
|
||||
test_boost.cpp
|
||||
.claude/settings.json
|
||||
|
||||
@@ -139,6 +139,7 @@ vtkVoxImage::vtkVoxImage(Content &content)
|
||||
GetContent();
|
||||
InstallPipe();
|
||||
RescaleShaderRange();
|
||||
ULIB_ACTIVATE_DISPLAY_PROPERTIES;
|
||||
}
|
||||
|
||||
vtkVoxImage::~vtkVoxImage() {
|
||||
@@ -298,7 +299,7 @@ void vtkVoxImage::SetRepresentation(Representation mode) {
|
||||
|
||||
void vtkVoxImage::serialize_display(uLib::Archive::display_properties_archive & ar, const unsigned int version) {
|
||||
// Call base class to show Transform and Appearance properties
|
||||
Puppet::serialize_display(ar, version);
|
||||
// Puppet::serialize_display(ar, version);
|
||||
|
||||
// Use the member variables for volume rendering parameters
|
||||
ar & boost::serialization::make_hrp("Window", m_Window);
|
||||
|
||||
Reference in New Issue
Block a user