File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,16 @@ sub clear {
8787}
8888
8989sub changed {
90- my ($this ) = @_ ;
91- print " VALID0 $this \n " if $PDL::Graphics::TriD::verbose ;
92- $this -> {ValidList } = 0;
93- $_ -> ($this ) for @{$this -> {ChangedSub }};
90+ my ($this ) = @_ ;
91+ print " VALID0 $this \n " if $PDL::Graphics::TriD::verbose ;
92+ $this -> {ValidList } = 0;
93+ $_ -> ($this ) for @{$this -> {ChangedSub }};
94+ }
95+
96+ # In the future, have this happen automatically by the ndarrays.
97+ sub data_changed {
98+ my ($this ) = @_ ;
99+ $this -> changed;
94100}
95101
961021;
Original file line number Diff line number Diff line change @@ -80,12 +80,6 @@ sub cdummies { $_[1] }
8080sub r_type { " " }
8181sub defcols { $_ [0]{Options }{UseDefcols } }
8282
83- # In the future, have this happen automatically by the ndarrays.
84- sub data_changed {
85- my ($this ) = @_ ;
86- $this -> changed;
87- }
88-
8983package PDL::Graphics::TriD::Points ;
9084use base qw/ PDL::Graphics::TriD::GObject/ ;
9185sub get_valid_options { +{
You can’t perform that action at this time.
0 commit comments