pub struct PolyDataMapper { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl Default for PolyDataMapper
impl Default for PolyDataMapper
Source§impl Drop for PolyDataMapper
impl Drop for PolyDataMapper
Source§impl vtkAlgorithm for PolyDataMapper
impl vtkAlgorithm for PolyDataMapper
fn has_executive(&self) -> bool
fn get_executive(&self) -> Option<&Executive>
fn set_executive(&mut self, executive: &mut impl vtkExecutive)
fn set_input_connection(&mut self, port: i64, input: &impl vtkAlgorithmOutput)
Source§impl vtkObject for PolyDataMapper
impl vtkObject for PolyDataMapper
fn set_debug(&mut self, status: bool)
fn get_debug(&self) -> bool
fn debug_on(&mut self)
fn debug_off(&mut self)
fn modified(&mut self)
fn remove_observer(&mut self, tag: u64)
fn remove_observers(&mut self, event: u64)
fn remove_all_observers(&mut self)
fn has_observer(&self, event: u64) -> u64
Source§impl vtkObjectBase for PolyDataMapper
impl vtkObjectBase for PolyDataMapper
fn get_class_name(&self) -> String
fn is_a(&self, class_name: &str) -> bool
fn get_number_of_generations_from_base(&self, base_class: &str) -> i64
fn get_reference_count(&self) -> i64
fn set_reference_count(&mut self, count: i64)
fn get_is_in_memkind(&self) -> bool
fn print_self(&self, indent: u64) -> String
fn print_header(&self, indent: u64) -> String
fn print_trailer(&self, indent: u64) -> String
impl vtkAbstractMapper for PolyDataMapper
impl vtkPolyDataMapper for PolyDataMapper
Auto Trait Implementations§
impl Freeze for PolyDataMapper
impl RefUnwindSafe for PolyDataMapper
impl !Send for PolyDataMapper
impl !Sync for PolyDataMapper
impl Unpin for PolyDataMapper
impl !UnwindSafe for PolyDataMapper
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more