/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/ |
H A D | vtkAxesActor.cxx | 147 this->UpdateProps(); in vtkAxesActor() 225 this->UpdateProps(); in RenderOpaqueGeometry() 251 this->UpdateProps(); in RenderTranslucentPolygonalGeometry() 279 this->UpdateProps(); in HasTranslucentPolygonalGeometry() 308 this->UpdateProps(); in RenderOverlay() 407 this->UpdateProps(); in SetTotalLength() 429 this->UpdateProps(); in SetNormalizedShaftLength() 451 this->UpdateProps(); in SetNormalizedTipLength() 473 this->UpdateProps(); in SetNormalizedLabelPosition() 498 this->UpdateProps(); in SetShaftType() [all …]
|
H A D | vtkAnnotatedCubeActor.cxx | 173 this->UpdateProps(); in vtkAnnotatedCubeActor() 287 this->UpdateProps(); in RenderOpaqueGeometry() 295 this->UpdateProps(); in RenderTranslucentPolygonalGeometry() 305 this->UpdateProps(); in HasTranslucentPolygonalGeometry() 391 this->UpdateProps(); in SetFaceTextScale() 395 void vtkAnnotatedCubeActor::UpdateProps() in UpdateProps() function in vtkAnnotatedCubeActor
|
H A D | vtkAnnotatedCubeActor.h | 210 void UpdateProps();
|
H A D | vtkAxesActor.h | 308 void UpdateProps();
|
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/ |
H A D | vtkAxesActor.cxx | 144 this->UpdateProps(); in vtkAxesActor() 222 this->UpdateProps(); in RenderOpaqueGeometry() 248 this->UpdateProps(); in RenderTranslucentPolygonalGeometry() 276 this->UpdateProps(); in HasTranslucentPolygonalGeometry() 305 this->UpdateProps(); in RenderOverlay() 440 this->UpdateProps(); in SetTotalLength() 463 this->UpdateProps(); in SetNormalizedShaftLength() 486 this->UpdateProps(); in SetNormalizedTipLength() 509 this->UpdateProps(); in SetNormalizedLabelPosition() 536 this->UpdateProps(); in SetShaftType() [all …]
|
H A D | vtkAnnotatedCubeActor.cxx | 173 this->UpdateProps(); in vtkAnnotatedCubeActor() 287 this->UpdateProps(); in RenderOpaqueGeometry() 295 this->UpdateProps(); in RenderTranslucentPolygonalGeometry() 305 this->UpdateProps(); in HasTranslucentPolygonalGeometry() 391 this->UpdateProps(); in SetFaceTextScale() 395 void vtkAnnotatedCubeActor::UpdateProps() in UpdateProps() function in vtkAnnotatedCubeActor
|
H A D | vtkAnnotatedCubeActor.h | 211 void UpdateProps();
|
H A D | vtkAxesActor.h | 318 void UpdateProps();
|
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/ |
H A D | vtkAxesActor.cxx | 144 this->UpdateProps(); in vtkAxesActor() 222 this->UpdateProps(); in RenderOpaqueGeometry() 248 this->UpdateProps(); in RenderTranslucentPolygonalGeometry() 276 this->UpdateProps(); in HasTranslucentPolygonalGeometry() 305 this->UpdateProps(); in RenderOverlay() 440 this->UpdateProps(); in SetTotalLength() 463 this->UpdateProps(); in SetNormalizedShaftLength() 486 this->UpdateProps(); in SetNormalizedTipLength() 509 this->UpdateProps(); in SetNormalizedLabelPosition() 536 this->UpdateProps(); in SetShaftType() [all …]
|
H A D | vtkAnnotatedCubeActor.cxx | 173 this->UpdateProps(); in vtkAnnotatedCubeActor() 287 this->UpdateProps(); in RenderOpaqueGeometry() 295 this->UpdateProps(); in RenderTranslucentPolygonalGeometry() 305 this->UpdateProps(); in HasTranslucentPolygonalGeometry() 391 this->UpdateProps(); in SetFaceTextScale() 395 void vtkAnnotatedCubeActor::UpdateProps() in UpdateProps() function in vtkAnnotatedCubeActor
|
H A D | vtkAnnotatedCubeActor.h | 173 void UpdateProps();
|
H A D | vtkAxesActor.h | 262 void UpdateProps();
|
/dports/www/mattermost-server/mattermost-server-6.0.2/services/users/ |
H A D | session.go | 221 err := us.sessionStore.UpdateProps(session)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/ |
H A D | session_store.go | 250 func (me SqlSessionStore) UpdateProps(session *model.Session) error { func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/mocks/ |
H A D | SessionStore.go | 275 func (_m *SessionStore) UpdateProps(session *model.Session) error { func
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/ |
H A D | session_store.go | 75 err = ss.Session().UpdateProps(session)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/ |
H A D | store.go | 453 UpdateProps(session *model.Session) error methodSpec
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/retrylayer/ |
H A D | retrylayer.go | 7813 func (s *RetryLayerSessionStore) UpdateProps(session *model.Session) error { func 7817 err := s.SessionStore.UpdateProps(session)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/timerlayer/ |
H A D | timerlayer.go | 6492 func (s *TimerLayerSessionStore) UpdateProps(session *model.Session) error { func 6495 err := s.SessionStore.UpdateProps(session)
|
/dports/www/mattermost-server/mattermost-server-6.0.2/store/opentracinglayer/ |
H A D | opentracinglayer.go | 7192 func (s *OpenTracingLayerSessionStore) UpdateProps(session *model.Session) error { func 7201 err := s.SessionStore.UpdateProps(session)
|