--
You received this message because you are subscribed to the Google Groups "dream3d-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dream3d-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dream3d-users/0446d34e-58dd-4d4a-8f72-98e1c9cda6d1n%40googlegroups.com.
simplnx\src\Plugins\AtomisticPlugin
src
Resources
CMakeLists.txt
simplnx\src\Plugins\AtomisticPlugin\Filters
InsertAtomsNX.cpp
InsertAtomsNX.hpp
LammpsFileWriterNX.cpp
LammpsFileWriterNX.hpp
PhaseJsonLoader.cpp
PhaseJsonLoader.hpp
simplnx\src\Plugins\AtomisticPlugin\src\AtomisticPlugin
AtomisticPluginPlugin.cpp
AtomisticPluginPlugin.hpp
AtomisticPlugin_filter_registration.hpp
cmake -G Ninja \
-DCMAKE_TOOLCHAIN_FILE="$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake" \
-DCMAKE_BUILD_TYPE=Release \
-DVCPKG_TARGET_TRIPLET=x64-linux-dynamic \
-DVCPKG_HOST_TRIPLET=x64-linux-dynamic \
-DVCPKG_MANIFEST_FEATURES="python" \
-DSIMPLNX_BUILD_PYTHON=ON \
-DPython_EXECUTABLE="$PYTHON_EXECUTABLE_PATH" \
-DSIMPLNX_PY_DISABLE_HIDDEN_VISIBILITY=ON \
-DSIMPLNX_BUILD_TESTS=OFF \
-DDREAM3D_DATA_DIR="$DREAM3D_DATA_DIR" \
-DSIMPLNX_BUILD_ATOMISTIC_PLUGIN=ON \
$WORKSPACE_ROOT/simplnx
Is this the proper method for integrating the new filters and calling them later in the SimplNX Python script, among the other filters? Could you please help me figure out where the issue is?
To view this discussion visit https://groups.google.com/d/msgid/dream3d-users/1baa3d26-6f6e-46a3-b5fb-d029dc40e6f8n%40googlegroups.com.