Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CallCapabilities #873

Open
4 of 96 tasks
reinago opened this issue Sep 9, 2021 · 0 comments
Open
4 of 96 tasks

CallCapabilities #873

reinago opened this issue Sep 9, 2021 · 0 comments

Comments

@reinago
Copy link
Member

reinago commented Sep 9, 2021

When #859 is merged, we need to gradually check and rig all calls with the capabilities they expect at the other end. This is useful for profiling, debug groups, etc.

We need to check at the very least:

  • megamol::core::AbstractCallbackCall
  • megamol::core::DirectDataWriterCall
  • megamol::core::view::special::CallbackScreenShooterCall
  • megamol::core::AbstractGetDataCall
  • megamol::core::AbstractGetData3DCall
  • megamol::core::CallVolumeData
  • megamol::core::misc::BezierCurvesListDataCall
  • megamol::core::misc::VolumetricDataCall
  • megamol::core::moldyn::AbstractParticleDataCall
  • megamol::core::moldyn::EllipsoidalParticleDataCall
  • megamol::core::moldyn::MultiParticleDataCall
  • megamol::core::moldyn::ParticleRelistCall
  • megamol::core::moldyn::VolumeDataCall
  • megamol::geocalls::CallTriMeshData
  • megamol::geocalls::LinesDataCall
  • megamol::stdplugin::moldyn::BrickStatsCall
  • megamol::stdplugin::moldyn::rendering::ParticleGridDataCall
  • megamol::trisoup::CallBinaryVolumeData
  • megamol::trisoup::CallVolumetricData
  • megamol::optix_hpg::CallGeometry
  • megamol::protein::ForceDataCall
  • megamol::protein::ParticleDataCall
  • megamol::protein::SolPathDataCall
  • megamol::protein::SphereDataCall
  • megamol::protein::VTKLegacyDataCallUnstructuredGrid
  • megamol::protein_calls::CrystalStructureDataCall
  • megamol::protein_calls::MolecularDataCall
  • megamol::protein_calls::TunnelResidueDataCall
  • megamol::protein_calls::VTIDataCall
  • megamol::demos::CrystalDataCall
  • megamol::demos::ParticleDataCall
  • megamol::demos::ParticleGridDataCall
  • megamol::thermodyn::BoxDataCall
  • megamol::core::job::TickCall
  • megamol::cinematic::CallKeyframeKeeper
  • megamol::image_calls::Image2DCall
  • megamol::stdplugin::datatools::GraphDataCall
  • megamol::stdplugin::datatools::MultiIndexListDataCall
  • megamol::stdplugin::datatools::ParticleFilterMapDataCall
  • megamol::stdplugin::datatools::table::TableDataCall
  • megamol::optix_hpg::CallContext
  • megamol::core::GenericVersionedCall<DataType, MetaDataType>
  • megamol::core::FlagCallRead_GL
  • megamol::core::FlagCallRead_CPU
  • megamol::core::FlagCallWrite_CPU
  • megamol::core::FlagCallWrite_GL
  • megamol::core::view::light::CallLight
  • megamol::compositing::CallFramebufferGL
  • megamol::compositing::CallTexture2D
  • megamol::compositing::CallCamera
  • megamol::mesh::CallGPURenderTaskData
  • megamol::mesh::Call3DInteraction
  • megamol::mesh::CallMesh
  • megamol::mesh::CallGPUMeshData
  • megamol::mesh::CallGlTFData
  • megamol::mesh::CallGPUMaterialData
  • megamol::mesh::CallImage
  • megamol::core::cluster::CallRegisterAtController
  • megamol::core::cluster::mpi::MpiCall
  • megamol::core::cluster::SyncDataSourcesCall
  • megamol::core::DataWriterCtrlCall
  • megamol::core::FlagCall
  • megamol::core::misc::CalloutImageCall
  • megamol::core::misc::QRCodeDataCall
  • megamol::core::view::Call6DofInteraction
  • megamol::core::view::CallClipPlane
  • megamol::core::view::CallGetTransferFunction
  • megamol::core::view::CallTimeControl
  • megamol::core::view::CallUpdateDirect3D
  • megamol::core::view::InputCall
  • megamol::core::view::AbstractCallRender
  • megamol::core::view::AbstractCallRenderView
  • megamol::core::view::CallRenderView
  • megamol::core::view::CallRenderViewGL
  • megamol::core::view::BaseCallRender3D<FBO, NAME, DESC>
  • megamol::core::view::CallRenderGL
  • megamol::core::view::CallRender2DGL
  • megamol::core::view::CallRender3DGL
  • megamol::adios::CallADIOSData
  • megamol::infovis::DiagramSeriesCall
  • megamol::ospray::CallOSPRayAPIObject
  • megamol::ospray::CallOSPRayMaterial
  • megamol::ospray::CallOSPRayStructure
  • megamol::ospray::CallOSPRayTransformation
  • megamol::protein::CallColor
  • megamol::protein::CallProteinVolumeData
  • megamol::protein::Diagram2DCall
  • megamol::protein::VolumeSliceCall
  • megamol::protein_calls::BindingSiteCall
  • megamol::protein_calls::CallMouseInput
  • megamol::protein_calls::DiagramCall
  • megamol::protein_calls::IntSelectionCall
  • megamol::protein_calls::PerAtomFloatCall
  • megamol::protein_calls::ResidueSelectionCall
  • megamol::protein_calls::SplitMergeCall
  • megamol::protein_calls::VariantMatchDataCall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant